diff options
| author | Ted Gould <ted@canonical.com> | 2009-05-19 04:53:43 +0200 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-05-19 04:53:43 +0200 |
| commit | 4a9246ce21cd54b686e6885c1423de83e3240f6d (patch) | |
| tree | 50609f03ba200a980c07646e5b9bd19831f07508 /libdbusmenu-glib/dbus-menu.xml | |
| parent | 3d0e0276fd7856831dcc845a24a252ad304b3bad (diff) | |
| parent | 8d503ab2a495ffec09b84bfa376f1771ba47138c (diff) | |
| download | libdbusmenu-4a9246ce21cd54b686e6885c1423de83e3240f6d.tar.gz libdbusmenu-4a9246ce21cd54b686e6885c1423de83e3240f6d.tar.bz2 libdbusmenu-4a9246ce21cd54b686e6885c1423de83e3240f6d.zip | |
Merging in the properties branch to provide some basis to work with.
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"> |
