aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-05-15 15:03:35 -0500
committerTed Gould <ted@canonical.com>2009-05-15 15:03:35 -0500
commite95af4b8e1facef6fe42346ecc73ef14cb92b640 (patch)
tree7fb84c11c8c4b8d649287753295d5a1e93455c06 /libdbusmenu-glib/dbus-menu.xml
parente45d87762470fc1b0ce363d95de49e94be17444f (diff)
downloadlibdbusmenu-e95af4b8e1facef6fe42346ecc73ef14cb92b640.tar.gz
libdbusmenu-e95af4b8e1facef6fe42346ecc73ef14cb92b640.tar.bz2
libdbusmenu-e95af4b8e1facef6fe42346ecc73ef14cb92b640.zip
Reworking the DBus interface slightly. Making it so that the properties are now sent in a dict and that there isn't an arbitrary listing of things. It's either grab all or grab one. Seems to apply to the use cases better.
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
-rw-r--r--libdbusmenu-glib/dbus-menu.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml
index 7c41ac2..51c529b 100644
--- a/libdbusmenu-glib/dbus-menu.xml
+++ b/libdbusmenu-glib/dbus-menu.xml
@@ -41,16 +41,11 @@ License version 3 and version 2.1 along with this program. If not, see
</method>
<method name="GetProperties">
<arg type="u" name="id" direction="in" />
- <arg type="as" name="property" direction="in" />
- <arg type="a(ss)" name="value" direction="out" />
+ <arg type="a{ss}" name="properties" direction="out" />
</method>
<method name="Call">
<arg type="u" name="id" direction="in" />
</method>
- <method name="ListProperties">
- <arg type="u" name="id" direction="in" />
- <arg type="as" name="properties" direction="out" />
- </method>
<!-- Signals -->
<signal name="IdPropUpdate">