diff options
author | Ted Gould <ted@gould.cx> | 2011-02-14 17:00:43 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-14 17:00:43 -0600 |
commit | db7578d5a6690a7170b449624e4092b9c1e69371 (patch) | |
tree | 676a65e96c084571660e36b611f3f20501c51ea2 | |
parent | 8470e56b0fbc5ddf21100e2e9e4ec38c70c35717 (diff) | |
download | libdbusmenu-db7578d5a6690a7170b449624e4092b9c1e69371.tar.gz libdbusmenu-db7578d5a6690a7170b449624e4092b9c1e69371.tar.bz2 libdbusmenu-db7578d5a6690a7170b449624e4092b9c1e69371.zip |
Changing type to make GDBus happy. Eh.
-rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index 8ca947b..e0e70d7 100644 --- a/libdbusmenu-glib/dbus-menu.xml +++ b/libdbusmenu-glib/dbus-menu.xml @@ -205,7 +205,7 @@ License version 3 and version 2.1 along with this program. If not, see <dox:d>The revision number of the layout. For matching with layoutUpdated signals.</dox:d> </arg> - <arg type="(ia{sv}a(v))" name="layout" direction="out"> + <arg type="(ia{sv}av)" name="layout" direction="out"> <dox:d>The layout as an XML string of IDs.</dox:d> </arg> </method> |