diff options
author | Aurelien Gateau <aurelien.gateau@canonical.com> | 2010-02-01 17:44:14 -0800 |
---|---|---|
committer | Aurelien Gateau <aurelien.gateau@canonical.com> | 2010-02-01 17:44:14 -0800 |
commit | 83f5fe3159641096711337b3d903e80e83b7f547 (patch) | |
tree | b759598b00096a18ca1e46c14aa95a358e3f551e /libdbusmenu-glib | |
parent | 8939f05fde72c41d8f65c09a423702245c8c77a4 (diff) | |
download | libdbusmenu-83f5fe3159641096711337b3d903e80e83b7f547.tar.gz libdbusmenu-83f5fe3159641096711337b3d903e80e83b7f547.tar.bz2 libdbusmenu-83f5fe3159641096711337b3d903e80e83b7f547.zip |
- Annotations necessary for the Qt side.
- Other minor tweaks.
Diffstat (limited to 'libdbusmenu-glib')
-rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index 53b0d4c..121725e 100644 --- a/libdbusmenu-glib/dbus-menu.xml +++ b/libdbusmenu-glib/dbus-menu.xml @@ -8,6 +8,7 @@ Copyright 2009 Canonical Ltd. Authors: Ted Gould <ted@canonical.com> + Aurelien Gateau <ted@canonical.com> This program is free software: you can redistribute it and/or modify it under the terms of either or both of the following licenses: @@ -177,10 +178,12 @@ License version 3 and version 2.1 along with this program. If not, see </method> <method name="GetGroupProperties"> + <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantList"/> + <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="DBusMenuItemList"/> <dox:d> Returns the list of items which are children of @a parentId. </dox:d> - <arg type="ai" name="Ids" direction="in" > + <arg type="ai" name="ids" direction="in" > <dox:d> A list of ids that we should be finding the properties on. If the list is empty, all menu items should be sent. @@ -205,6 +208,7 @@ License version 3 and version 2.1 along with this program. If not, see </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" /> |