diff options
| author | Ted Gould <ted@canonical.com> | 2009-06-05 14:42:03 -0500 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-06-05 14:42:03 -0500 |
| commit | c00751c9a6bc7c1dfeb6a09ec217a211165703bd (patch) | |
| tree | 3835f335bb830428b99609327845935832bba044 /libdbusmenu-glib/dbus-menu.xml | |
| parent | 3d0e0276fd7856831dcc845a24a252ad304b3bad (diff) | |
| parent | cd053ef1cae0ffb2ccd38afcc5ea7c719daf3334 (diff) | |
| download | libdbusmenu-c00751c9a6bc7c1dfeb6a09ec217a211165703bd.tar.gz libdbusmenu-c00751c9a6bc7c1dfeb6a09ec217a211165703bd.tar.bz2 libdbusmenu-c00751c9a6bc7c1dfeb6a09ec217a211165703bd.zip | |
Updating to have the gtkmenu stuff
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"> |
