aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/enum-types.h.in
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-24 12:51:14 -0600
committerTed Gould <ted@gould.cx>2011-02-24 12:51:14 -0600
commitd7094a2985f0f6aff0ed47044df8b27fd2c860a6 (patch)
tree0d91030bfe58cb3cdec719add2857f906616592b /libdbusmenu-glib/enum-types.h.in
parent23af95956cddc1d3cb858d537a2c85cb0f0d0851 (diff)
parent0184d1824357d0e3bcf4e4142b26663ba21e7c4c (diff)
downloadlibdbusmenu-d7094a2985f0f6aff0ed47044df8b27fd2c860a6.tar.gz
libdbusmenu-d7094a2985f0f6aff0ed47044df8b27fd2c860a6.tar.bz2
libdbusmenu-d7094a2985f0f6aff0ed47044df8b27fd2c860a6.zip
* Documentation fixes
* Making menuitems track their own parents * Resolving property changes by looking at the properties directly.
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 ***/