aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
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