aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-10-27 14:36:38 -0400
committerTed Gould <ted@gould.cx>2010-10-27 14:36:38 -0400
commita687c6c7b85f5c80ac37b275572dc7dcb1a188a5 (patch)
tree531110f8baf88ee5e84b433900feb24d72acb33d /libdbusmenu-glib/dbus-menu.xml
parente6ddf5b8b4bb0fb444ee672b37cfeed0c3395d5d (diff)
downloadlibdbusmenu-a687c6c7b85f5c80ac37b275572dc7dcb1a188a5.tar.gz
libdbusmenu-a687c6c7b85f5c80ac37b275572dc7dcb1a188a5.tar.bz2
libdbusmenu-a687c6c7b85f5c80ac37b275572dc7dcb1a188a5.zip
Grouping the 'in' parameters
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
-rw-r--r--libdbusmenu-glib/dbus-menu.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml
index 9b6dfaa..24ca04a 100644
--- a/libdbusmenu-glib/dbus-menu.xml
+++ b/libdbusmenu-glib/dbus-menu.xml
@@ -194,10 +194,6 @@ License version 3 and version 2.1 along with this program. If not, see
structure that is returned.
</dox:d>
</arg>
- <arg type="u" name="revision" direction="out">
- <dox:d>The revision number of the layout. For matching
- with layoutUpdated signals.</dox:d>
- </arg>
<arg type="as" name="propertyNames" direction="in" >
<dox:d>
The list of item properties we are
@@ -205,6 +201,10 @@ License version 3 and version 2.1 along with this program. If not, see
the properties will be sent.
</dox:d>
</arg>
+ <arg type="u" name="revision" direction="out">
+ <dox:d>The revision number of the layout. For matching
+ with layoutUpdated signals.</dox:d>
+ </arg>
<arg type="a(ia(sv)a(v))" name="layout" direction="out">
<dox:d>The layout as an XML string of IDs.</dox:d>
</arg>