aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/enum-types.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-24 15:06:19 -0600
committerTed Gould <ted@gould.cx>2011-02-24 15:06:19 -0600
commit28544e91c3fa88465b3aa34244a7af395bc212ea (patch)
treeb10be9665247738cb08e865b00f2f44fbe2b33c3 /libdbusmenu-glib/enum-types.h
parent1f45ae88c3eb012fdae94ffe4e70f467baf4b8d2 (diff)
parentf8fed10917f0f2ebba16d2d6628fad2d2d46c04e (diff)
downloadlibdbusmenu-28544e91c3fa88465b3aa34244a7af395bc212ea.tar.gz
libdbusmenu-28544e91c3fa88465b3aa34244a7af395bc212ea.tar.bz2
libdbusmenu-28544e91c3fa88465b3aa34244a7af395bc212ea.zip
New upstream release.
Diffstat (limited to 'libdbusmenu-glib/enum-types.h')
-rw-r--r--libdbusmenu-glib/enum-types.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/libdbusmenu-glib/enum-types.h b/libdbusmenu-glib/enum-types.h
index c370210..f75ec64 100644
--- a/libdbusmenu-glib/enum-types.h
+++ b/libdbusmenu-glib/enum-types.h
@@ -40,11 +40,23 @@ G_BEGIN_DECLS
GType dbusmenu_text_direction_get_type (void) G_GNUC_CONST;
const gchar * dbusmenu_text_direction_get_nick (DbusmenuTextDirection value) G_GNUC_CONST;
DbusmenuTextDirection dbusmenu_text_direction_get_value_from_nick (const gchar * nick) G_GNUC_CONST;
+/**
+ DBUSMENU_TYPE_TEXT_DIRECTION:
+
+ Gets the #GType value for the type associated with the
+ #DbusmenuTextDirection enumerated type.
+*/
#define DBUSMENU_TYPE_TEXT_DIRECTION (dbusmenu_text_direction_get_type())
GType dbusmenu_status_get_type (void) G_GNUC_CONST;
const gchar * dbusmenu_status_get_nick (DbusmenuStatus value) G_GNUC_CONST;
DbusmenuStatus dbusmenu_status_get_value_from_nick (const gchar * nick) G_GNUC_CONST;
+/**
+ DBUSMENU_TYPE_STATUS:
+
+ Gets the #GType value for the type associated with the
+ #DbusmenuStatus enumerated type.
+*/
#define DBUSMENU_TYPE_STATUS (dbusmenu_status_get_type())