aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-14 16:20:47 -0600
committerTed Gould <ted@gould.cx>2011-02-14 16:20:47 -0600
commita34c2408b86a40324d378095e701a1b0e76649d7 (patch)
tree07f4896fad61e2e129e6dcef1048007c87cd601f /libdbusmenu-glib/dbus-menu.xml
parentbf3230927208a3bcd5f8f5edb000e14481ffb9b8 (diff)
downloadlibdbusmenu-a34c2408b86a40324d378095e701a1b0e76649d7.tar.gz
libdbusmenu-a34c2408b86a40324d378095e701a1b0e76649d7.tar.bz2
libdbusmenu-a34c2408b86a40324d378095e701a1b0e76649d7.zip
Making the properties a dictionary
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 4a4d166..0b238a4 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="a(ia{sv}a(v))" name="layout" direction="out">
<dox:d>The layout as an XML string of IDs.</dox:d>
</arg>
</method>