diff options
author | Ted Gould <ted@canonical.com> | 2009-05-25 23:57:37 +0200 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-05-25 23:57:37 +0200 |
commit | 7ce95932ac8f16dac65fa6b822bf672e54945e6c (patch) | |
tree | 806d4c51c5de5992625eac65c10d305b5d29152e /libdbusmenu-glib/dbus-menu.xml | |
parent | 8993030df1bcedecdbf7430db9ff2bfb38522b84 (diff) | |
parent | 30a97d87f44f64c5a533b244b7e77bb01787ea53 (diff) | |
download | libdbusmenu-7ce95932ac8f16dac65fa6b822bf672e54945e6c.tar.gz libdbusmenu-7ce95932ac8f16dac65fa6b822bf672e54945e6c.tar.bz2 libdbusmenu-7ce95932ac8f16dac65fa6b822bf672e54945e6c.zip |
Bringing in the gtkmenu branch
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
-rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 7 |
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"> |