aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-06-05 15:08:56 -0500
committerTed Gould <ted@canonical.com>2009-06-05 15:08:56 -0500
commitec5c382624da19a1a83d1e75d21f74778df01f38 (patch)
treeab9fcd33632bf90eb6374408a6d4bb2e4a9050e3 /libdbusmenu-glib/dbus-menu.xml
parent3d0e0276fd7856831dcc845a24a252ad304b3bad (diff)
parent3c9734543b84ecd412ffd214ac0560b11858a00a (diff)
downloadlibdbusmenu-ec5c382624da19a1a83d1e75d21f74778df01f38.tar.gz
libdbusmenu-ec5c382624da19a1a83d1e75d21f74778df01f38.tar.bz2
libdbusmenu-ec5c382624da19a1a83d1e75d21f74778df01f38.zip
Merging in work on properties. Cody reviewed in merge request 6707.
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">