aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/enum-types.h.in
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-18 12:48:23 -0600
committerTed Gould <ted@gould.cx>2011-02-18 12:48:23 -0600
commitb7434b48401a4049facc3eb455bb1075e1ad78ca (patch)
tree079279464dc425267bd7c0de857b3989a81105f9 /libdbusmenu-glib/enum-types.h.in
parent796c5d6a0a13c7429b32607625eb0cde2503c50f (diff)
downloadlibdbusmenu-b7434b48401a4049facc3eb455bb1075e1ad78ca.tar.gz
libdbusmenu-b7434b48401a4049facc3eb455bb1075e1ad78ca.tar.bz2
libdbusmenu-b7434b48401a4049facc3eb455bb1075e1ad78ca.zip
Adding a nick to value translator
Diffstat (limited to 'libdbusmenu-glib/enum-types.h.in')
-rw-r--r--libdbusmenu-glib/enum-types.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdbusmenu-glib/enum-types.h.in b/libdbusmenu-glib/enum-types.h.in
index eb24453..8c5f463 100644
--- a/libdbusmenu-glib/enum-types.h.in
+++ b/libdbusmenu-glib/enum-types.h.in
@@ -50,6 +50,7 @@ G_END_DECLS
/*** BEGIN value-header ***/
GType @enum_name@_get_type (void) G_GNUC_CONST;
const gchar * @enum_name@_get_nick (@EnumName@ value) G_GNUC_CONST;
+@EnumName@ @enum_name@_get_value_from_nick (const gchar * nick) G_GNUC_CONST;
#define DBUSMENU_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
/*** END value-header ***/