diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-04-04 14:16:32 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-04-04 14:16:32 -0500 |
commit | 1e1e26ee7c7e8f353f748ad3691de5a8f546ca23 (patch) | |
tree | 7c7d475a09b68dcd265bf9c47654a0b2a057c986 /docs | |
parent | 72c1f1c6b9f169dff5f70be3c7fcaac570254508 (diff) | |
parent | 70c8f8431d70481b8fcf90787f6987250ad84889 (diff) | |
download | libdbusmenu-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 'docs')
-rw-r--r-- | docs/libdbusmenu-glib/reference/libdbusmenu-glib-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libdbusmenu-glib/reference/libdbusmenu-glib-sections.txt b/docs/libdbusmenu-glib/reference/libdbusmenu-glib-sections.txt index 7f11278..7804937 100644 --- a/docs/libdbusmenu-glib/reference/libdbusmenu-glib-sections.txt +++ b/docs/libdbusmenu-glib/reference/libdbusmenu-glib-sections.txt @@ -9,6 +9,7 @@ DBUSMENU_CLIENT_SIGNAL_ITEM_ACTIVATE DBUSMENU_CLIENT_SIGNAL_ICON_THEME_DIRS_CHANGED DBUSMENU_CLIENT_PROP_DBUS_NAME DBUSMENU_CLIENT_PROP_DBUS_OBJECT +DBUSMENU_CLIENT_PROP_GROUP_EVENTS DBUSMENU_CLIENT_PROP_STATUS DBUSMENU_CLIENT_PROP_TEXT_DIRECTION DBUSMENU_CLIENT_TYPES_DEFAULT |