aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/enum-types.h.in
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-24 09:38:18 -0600
committerTed Gould <ted@gould.cx>2011-02-24 09:38:18 -0600
commit76b4e15adaf273d765fb9ef1f4e19c58fac67831 (patch)
tree7bb62e19c8897f2f69c2a4e100324a0dc1bd82a8 /libdbusmenu-glib/enum-types.h.in
parentce5252f0de896c0d841fb250148285cf2be3c33e (diff)
downloadlibdbusmenu-76b4e15adaf273d765fb9ef1f4e19c58fac67831.tar.gz
libdbusmenu-76b4e15adaf273d765fb9ef1f4e19c58fac67831.tar.bz2
libdbusmenu-76b4e15adaf273d765fb9ef1f4e19c58fac67831.zip
Documentation fixes
Diffstat (limited to 'libdbusmenu-glib/enum-types.h.in')
-rw-r--r--libdbusmenu-glib/enum-types.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/libdbusmenu-glib/enum-types.h.in b/libdbusmenu-glib/enum-types.h.in
index 8c5f463..488b615 100644
--- a/libdbusmenu-glib/enum-types.h.in
+++ b/libdbusmenu-glib/enum-types.h.in
@@ -51,6 +51,12 @@ G_END_DECLS
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;
+/**
+ DBUSMENU_TYPE_@ENUMSHORT@:
+
+ Gets the #GType value for the type associated with the
+ #@EnumName@ enumerated type.
+*/
#define DBUSMENU_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
/*** END value-header ***/