diff options
| author | Ted Gould <ted@gould.cx> | 2012-04-09 09:15:17 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2012-04-09 09:15:17 -0500 |
| commit | 475110aa2fe3a47cf6331fbd5941f34a9461fd81 (patch) | |
| tree | bf2318e8b94cf0b74ea17b496e9d5331a3c065ec /libdbusmenu-glib/client.h | |
| parent | e0eb750e8c36a4116247ea80b4d055a9f821459a (diff) | |
| parent | 2d60549a2394ce7d73907abcaca22b48553d6c5b (diff) | |
| download | libdbusmenu-475110aa2fe3a47cf6331fbd5941f34a9461fd81.tar.gz libdbusmenu-475110aa2fe3a47cf6331fbd5941f34a9461fd81.tar.bz2 libdbusmenu-475110aa2fe3a47cf6331fbd5941f34a9461fd81.zip | |
Catching up to trunk
Diffstat (limited to 'libdbusmenu-glib/client.h')
| -rw-r--r-- | libdbusmenu-glib/client.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libdbusmenu-glib/client.h b/libdbusmenu-glib/client.h index d0fca32..ae22863 100644 --- a/libdbusmenu-glib/client.h +++ b/libdbusmenu-glib/client.h @@ -105,6 +105,12 @@ G_BEGIN_DECLS * String to access property #DbusmenuClient:text-direction */ #define DBUSMENU_CLIENT_PROP_TEXT_DIRECTION "text-direction" +/** + * DBUSMENU_CLIENT_PROP_GROUP_EVENTS: + * + * String to access property #DbusmenuClient:group-events + */ +#define DBUSMENU_CLIENT_PROP_GROUP_EVENTS "group-events" /** * DBUSMENU_CLIENT_TYPES_DEFAULT: |
