aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-31 14:15:36 -0500
committerTed Gould <ted@gould.cx>2010-03-31 14:15:36 -0500
commitabd4bb02f717e6d27b77c903877a98d1a5a534b7 (patch)
tree901f7518f5da2db2a90075706bf0c18b5320f0c5 /libdbusmenu-glib/dbus-menu.xml
parent85a76718ac641b83bb3a283d5819a3272fdd134c (diff)
parent1f308a47c578baec7ba7bfebb880e0ecf0a17688 (diff)
downloadlibdbusmenu-abd4bb02f717e6d27b77c903877a98d1a5a534b7.tar.gz
libdbusmenu-abd4bb02f717e6d27b77c903877a98d1a5a534b7.tar.bz2
libdbusmenu-abd4bb02f717e6d27b77c903877a98d1a5a534b7.zip
* Upstream merge
* Supporting AboutToShow in event callbacks to catch up with QT implementation.
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
-rw-r--r--libdbusmenu-glib/dbus-menu.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml
index 9af78fa..e5b0efb 100644
--- a/libdbusmenu-glib/dbus-menu.xml
+++ b/libdbusmenu-glib/dbus-menu.xml
@@ -265,6 +265,23 @@ License version 3 and version 2.1 along with this program. If not, see
</arg>
</method>
+ <method name="AboutToShow">
+ <dox:d>
+ This is called by the applet to notify the application that it is about
+ to show the menu under the specified item.
+ </dox:d>
+ <arg type="i" name="id" direction="in">
+ <dox:d>
+ Which menu item represents the parent of the item about to be shown.
+ </dox:d>
+ </arg>
+ <arg type="b" name="needUpdate" direction="out">
+ <dox:d>
+ Whether this AboutToShow event should result in the menu being updated.
+ </dox:d>
+ </arg>
+ </method>
+
<!-- Signals -->
<signal name="ItemPropertyUpdated">
<dox:d>