aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-04-01 09:09:51 -0500
committerTed Gould <ted@gould.cx>2010-04-01 09:09:51 -0500
commit187a33539569163ee953903010169356b8d57beb (patch)
treebef8679b4997713c15ac3ce8ef84f7571020d1e8 /libdbusmenu-glib/dbus-menu.xml
parent63a5d2daa865aa68b4ea152a92373e3c187e13af (diff)
parent122de5e9d523e6327b44609b634a6e30d48370da (diff)
downloadlibdbusmenu-187a33539569163ee953903010169356b8d57beb.tar.gz
libdbusmenu-187a33539569163ee953903010169356b8d57beb.tar.bz2
libdbusmenu-187a33539569163ee953903010169356b8d57beb.zip
Import upstream version 0.2.9
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
-rw-r--r--libdbusmenu-glib/dbus-menu.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml
index 9af78fa..ad21f68 100644
--- a/libdbusmenu-glib/dbus-menu.xml
+++ b/libdbusmenu-glib/dbus-menu.xml
@@ -120,7 +120,7 @@ License version 3 and version 2.1 along with this program. If not, see
"on" and "indeterminate" items simultaneously; maintaining this
policy is up to the toolkit wrappers.
</td>
- <td>0</td>
+ <td>-1</td>
</tr>
<tr>
<td>children-display</td>
@@ -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>