aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-14 16:36:09 -0600
committerTed Gould <ted@gould.cx>2011-02-14 16:36:09 -0600
commitd65675fb78f9bcf3dd5a991e9de22d24c4cfaac6 (patch)
tree1061f3a8dc1c0b211e3c6722027298994c84de5c /libdbusmenu-glib/dbus-menu.xml
parentbb4167eeb1810687c8c56a376a0a0566c1e46f41 (diff)
downloadlibdbusmenu-d65675fb78f9bcf3dd5a991e9de22d24c4cfaac6.tar.gz
libdbusmenu-d65675fb78f9bcf3dd5a991e9de22d24c4cfaac6.tar.bz2
libdbusmenu-d65675fb78f9bcf3dd5a991e9de22d24c4cfaac6.zip
Fixing the type of the return structure
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
-rw-r--r--libdbusmenu-glib/dbus-menu.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml
index 0b238a4..8ca947b 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="a(ia{sv}a(v))" name="layout" direction="out">
+ <arg type="(ia{sv}a(v))" name="layout" direction="out">
<dox:d>The layout as an XML string of IDs.</dox:d>
</arg>
</method>