aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-10-27 14:37:40 -0400
committerTed Gould <ted@gould.cx>2010-10-27 14:37:40 -0400
commit1aec3e7f92f5de256e73ca99eb44bdaf769456f9 (patch)
treee29f388bee3035d660d6f363aa881b37d3c641ea /libdbusmenu-glib/dbus-menu.xml
parenta687c6c7b85f5c80ac37b275572dc7dcb1a188a5 (diff)
downloadlibdbusmenu-1aec3e7f92f5de256e73ca99eb44bdaf769456f9.tar.gz
libdbusmenu-1aec3e7f92f5de256e73ca99eb44bdaf769456f9.tar.bz2
libdbusmenu-1aec3e7f92f5de256e73ca99eb44bdaf769456f9.zip
Dropping 'GetChildren' and 'GetProperties' as they're not really useful anymore
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
-rw-r--r--libdbusmenu-glib/dbus-menu.xml23
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