aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2010-04-01 12:41:41 +0200
committerSebastien Bacher <seb128@ubuntu.com>2010-04-01 12:41:41 +0200
commit042dd16d3e0f8b6149e80243aa833832aa4fc1f6 (patch)
tree48bcee799eeeb8ca7e73e2000e2d48c6e79d55ab /libdbusmenu-glib/dbus-menu.xml
parent0f343edd778547d86b08bc4550f29429715928f1 (diff)
parent65bd97a9dfb54716be7797923773e1ad7a33a67c (diff)
downloadlibdbusmenu-042dd16d3e0f8b6149e80243aa833832aa4fc1f6.tar.gz
libdbusmenu-042dd16d3e0f8b6149e80243aa833832aa4fc1f6.tar.bz2
libdbusmenu-042dd16d3e0f8b6149e80243aa833832aa4fc1f6.zip
releasing version 0.2.8-0ubuntu2
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>