aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-04-04 14:16:32 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-04-04 14:16:32 -0500
commit1e1e26ee7c7e8f353f748ad3691de5a8f546ca23 (patch)
tree7c7d475a09b68dcd265bf9c47654a0b2a057c986 /libdbusmenu-glib/client.h
parent72c1f1c6b9f169dff5f70be3c7fcaac570254508 (diff)
parent70c8f8431d70481b8fcf90787f6987250ad84889 (diff)
downloadlibdbusmenu-1e1e26ee7c7e8f353f748ad3691de5a8f546ca23.tar.gz
libdbusmenu-1e1e26ee7c7e8f353f748ad3691de5a8f546ca23.tar.bz2
libdbusmenu-1e1e26ee7c7e8f353f748ad3691de5a8f546ca23.zip
Merge lp:~ted/dbusmenu/event-grouping to reduce the number of dbus messages that hud-service sends.
This change takes all of the events on a client and puts them into single dbus messages to be sent to the server. It also does the same thing for about-to-show messages. Both sets of messages are reserialized on either side to make callers unable to notice the difference.
Diffstat (limited to 'libdbusmenu-glib/client.h')
-rw-r--r--libdbusmenu-glib/client.h6
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: