diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-04-04 15:04:54 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-04-04 15:04:54 -0500 |
commit | 832062b6c5d1339726abee1c942df89ed8370bac (patch) | |
tree | cb8ce8274bc5d74720409652635d9d9fc557e077 /libdbusmenu-glib/client.h | |
parent | fe87fe143ac15a15fbe5e035de48fd5d44801878 (diff) | |
parent | 0bb911f850ebfd0f4ad2686966933272bb9bdefd (diff) | |
download | libdbusmenu-832062b6c5d1339726abee1c942df89ed8370bac.tar.gz libdbusmenu-832062b6c5d1339726abee1c942df89ed8370bac.tar.bz2 libdbusmenu-832062b6c5d1339726abee1c942df89ed8370bac.zip |
* New upstream release.
* Reduce the number of messages hud-service sends. (LP: #957022)
* Fix valgrind tests thanks to a little help from sewardj.
* Add gcov targets to autotools build for code-coverage reporting.
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: |