diff options
| author | Ted Gould <ted@canonical.com> | 2009-06-05 15:08:56 -0500 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-06-05 15:08:56 -0500 |
| commit | ec5c382624da19a1a83d1e75d21f74778df01f38 (patch) | |
| tree | ab9fcd33632bf90eb6374408a6d4bb2e4a9050e3 /libdbusmenu-glib/dbus-menu.xml | |
| parent | 3d0e0276fd7856831dcc845a24a252ad304b3bad (diff) | |
| parent | 3c9734543b84ecd412ffd214ac0560b11858a00a (diff) | |
| download | libdbusmenu-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.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"> |
