diff options
author | Ted Gould <ted@gould.cx> | 2010-10-27 14:37:40 -0400 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-10-27 14:37:40 -0400 |
commit | 1aec3e7f92f5de256e73ca99eb44bdaf769456f9 (patch) | |
tree | e29f388bee3035d660d6f363aa881b37d3c641ea | |
parent | a687c6c7b85f5c80ac37b275572dc7dcb1a188a5 (diff) | |
download | libdbusmenu-1aec3e7f92f5de256e73ca99eb44bdaf769456f9.tar.gz libdbusmenu-1aec3e7f92f5de256e73ca99eb44bdaf769456f9.tar.bz2 libdbusmenu-1aec3e7f92f5de256e73ca99eb44bdaf769456f9.zip |
Dropping 'GetChildren' and 'GetProperties' as they're not really useful anymore
-rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index 24ca04a..ec9e525 100644 --- a/libdbusmenu-glib/dbus-menu.xml +++ b/libdbusmenu-glib/dbus-menu.xml @@ -240,35 +240,12 @@ License version 3 and version 2.1 along with this program. If not, see </arg> </method> - <method name="GetChildren"> - <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="DBusMenuItemList"/> - <arg type="i" name="id" direction="in" /> - <arg type="as" name="propertyNames" direction="in" /> - <arg type="a(ia{sv})" name="properties" direction="out" /> - </method> - <method name="GetProperty"> <arg type="i" name="id" direction="in" /> <arg type="s" name="name" direction="in" /> <arg type="v" name="value" direction="out" /> </method> - <method name="GetProperties"> - <dox:d> - Returns multiple properties in one call. This is more efficient than - GetProperty. - - </dox:d> - <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/> - <arg type="i" name="id" direction="in" > - <dox:d>The item whose properties we want to retrieve.</dox:d> - </arg> - <arg type="as" name="propertyNames" direction="in" > - <dox:d>List of string name of the properties we want. If the list contains no entries, all properties are sent.</dox:d> - </arg> - <arg type="a{sv}" name="properties" direction="out" /> - </method> - <method name="Event"> <dox:d><![CDATA[ This is called by the applet to notify the application an event happened on a |