aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/types.h
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/types.h
parentce5252f0de896c0d841fb250148285cf2be3c33e (diff)
downloadlibdbusmenu-76b4e15adaf273d765fb9ef1f4e19c58fac67831.tar.gz
libdbusmenu-76b4e15adaf273d765fb9ef1f4e19c58fac67831.tar.bz2
libdbusmenu-76b4e15adaf273d765fb9ef1f4e19c58fac67831.zip
Documentation fixes
Diffstat (limited to 'libdbusmenu-glib/types.h')
-rw-r--r--libdbusmenu-glib/types.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/libdbusmenu-glib/types.h b/libdbusmenu-glib/types.h
index e573476..03ae801 100644
--- a/libdbusmenu-glib/types.h
+++ b/libdbusmenu-glib/types.h
@@ -59,6 +59,17 @@ typedef enum { /*< prefix=DBUSMENU_STATUS >*/
DBUSMENU_STATUS_NOTICE /*< nick=notice >*/
} DbusmenuStatus;
+/**
+ SECTION:types
+ @short_description: Types that are used by both client and
+ server.
+ @stability: Unstable
+ @include: libdbusmenu-glib/types.h
+
+ Enums that are used to describe states of the server across the
+ bus. They are sent over dbus using their nicks but then turned
+ back into enums by the client.
+*/
G_END_DECLS
#endif /* __DBUSMENU_TYPES_H__ */