aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-31 13:58:29 -0500
committerTed Gould <ted@gould.cx>2010-03-31 13:58:29 -0500
commit1f308a47c578baec7ba7bfebb880e0ecf0a17688 (patch)
treee6aaa5fd904fbb136625714c1643381b5baa26ce /libdbusmenu-glib/dbus-menu.xml
parent04ad3cb433ac8ed581998ea6ce69bd0e7d1dbb68 (diff)
parent0bec1d5af5d3d61ffc24913e0257f724765e5563 (diff)
downloadlibdbusmenu-1f308a47c578baec7ba7bfebb880e0ecf0a17688.tar.gz
libdbusmenu-1f308a47c578baec7ba7bfebb880e0ecf0a17688.tar.bz2
libdbusmenu-1f308a47c578baec7ba7bfebb880e0ecf0a17688.zip
Merging in support for sending AboutToShow events.
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>