diff options
author | Ted Gould <ted@gould.cx> | 2011-03-02 16:53:34 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-02 16:53:34 -0600 |
commit | da9a1f784d3c1e8a75f832f60c3f86764810858c (patch) | |
tree | e979710140fd56b2a708809cc529459bbaeabfdf /libdbusmenu-glib/types.h | |
parent | 08409e83ad0cc9beeb27f3f4dce9b98a43138576 (diff) | |
parent | 05298620b764d60b942567d09b970342924099f9 (diff) | |
download | libdbusmenu-da9a1f784d3c1e8a75f832f60c3f86764810858c.tar.gz libdbusmenu-da9a1f784d3c1e8a75f832f60c3f86764810858c.tar.bz2 libdbusmenu-da9a1f784d3c1e8a75f832f60c3f86764810858c.zip |
Sync up to trunk
Diffstat (limited to 'libdbusmenu-glib/types.h')
-rw-r--r-- | libdbusmenu-glib/types.h | 11 |
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__ */ |