aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-03-30 10:32:20 -0500
committerTed Gould <ted@gould.cx>2012-03-30 10:32:20 -0500
commitc02a1c5a7461c0df16428c6f5d0880c4cc502f38 (patch)
tree7055aab32dd0259112c6c08ccd0a21e651814094 /libdbusmenu-glib/dbus-menu.xml
parentbc358d3583dc68af36648d09f74d39fa1665c647 (diff)
downloadlibdbusmenu-c02a1c5a7461c0df16428c6f5d0880c4cc502f38.tar.gz
libdbusmenu-c02a1c5a7461c0df16428c6f5d0880c4cc502f38.tar.bz2
libdbusmenu-c02a1c5a7461c0df16428c6f5d0880c4cc502f38.zip
Adding a way to give a partial error of IDs not being found
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
-rw-r--r--libdbusmenu-glib/dbus-menu.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml
index 1350349..de6868c 100644
--- a/libdbusmenu-glib/dbus-menu.xml
+++ b/libdbusmenu-glib/dbus-menu.xml
@@ -338,6 +338,12 @@ License version 3 and version 2.1 along with this program. If not, see
id, eventID, data and timestamp.
</dox:d>
</arg>
+ <arg type="ai" name="idErrors" direction="out">
+ <dox:d>
+ I list of menuitem IDs that couldn't be found. If none of the ones
+ in the list can be found, a DBus error is returned.
+ </dox:d>
+ </arg>
</method>
<method name="AboutToShow">
@@ -375,6 +381,12 @@ License version 3 and version 2.1 along with this program. If not, see
is needed the DBus message should set the no reply flag.
</dox:d>
</arg>
+ <arg type="ai" name="idErrors" direction="out">
+ <dox:d>
+ I list of menuitem IDs that couldn't be found. If none of the ones
+ in the list can be found, a DBus error is returned.
+ </dox:d>
+ </arg>
</method>
<!-- Signals -->