aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-09-27 21:36:44 -0500
committerTed Gould <ted@gould.cx>2010-09-27 21:36:44 -0500
commit148a60fb5dd3c97252b370b138b0129f6f3a5e0e (patch)
tree5f28767633bcd19c90efd8e65fd2026feb5eac22 /libdbusmenu-glib/dbus-menu.xml
parentba03e53fb680f3efb84156fa35926fef2ea3b36d (diff)
downloadlibdbusmenu-148a60fb5dd3c97252b370b138b0129f6f3a5e0e.tar.gz
libdbusmenu-148a60fb5dd3c97252b370b138b0129f6f3a5e0e.tar.bz2
libdbusmenu-148a60fb5dd3c97252b370b138b0129f6f3a5e0e.zip
Adding a globbed signal of properties
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
-rw-r--r--libdbusmenu-glib/dbus-menu.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml
index 9e8013c..61c7a7b 100644
--- a/libdbusmenu-glib/dbus-menu.xml
+++ b/libdbusmenu-glib/dbus-menu.xml
@@ -328,6 +328,16 @@ License version 3 and version 2.1 along with this program. If not, see
</arg>
</signal>
+ <signal name="ItemsPropertiesUpdates">
+ <dox:d>
+ Triggered when there are lots of property updates across many items
+ so they all get grouped into a single dbus message. The format is
+ the ID of the item with a hashtable of names and values for those
+ properties.
+ </dox:d>
+ <arg type="a(ia(sv))" name="props" direction="out" />
+ </signal>
+
<signal name="LayoutUpdated">
<dox:d>
Triggered by the application to notify display of a layout update, up to