diff options
Diffstat (limited to 'libdbusmenu-glib')
-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> |