diff options
author | Ted Gould <ted@gould.cx> | 2010-10-27 14:36:38 -0400 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-10-27 14:36:38 -0400 |
commit | a687c6c7b85f5c80ac37b275572dc7dcb1a188a5 (patch) | |
tree | 531110f8baf88ee5e84b433900feb24d72acb33d | |
parent | e6ddf5b8b4bb0fb444ee672b37cfeed0c3395d5d (diff) | |
download | libdbusmenu-a687c6c7b85f5c80ac37b275572dc7dcb1a188a5.tar.gz libdbusmenu-a687c6c7b85f5c80ac37b275572dc7dcb1a188a5.tar.bz2 libdbusmenu-a687c6c7b85f5c80ac37b275572dc7dcb1a188a5.zip |
Grouping the 'in' parameters
-rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 8 |
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> |