diff options
| author | Ted Gould <ted@gould.cx> | 2011-02-14 16:36:09 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-02-14 16:36:09 -0600 |
| commit | d65675fb78f9bcf3dd5a991e9de22d24c4cfaac6 (patch) | |
| tree | 1061f3a8dc1c0b211e3c6722027298994c84de5c | |
| parent | bb4167eeb1810687c8c56a376a0a0566c1e46f41 (diff) | |
| download | libdbusmenu-d65675fb78f9bcf3dd5a991e9de22d24c4cfaac6.tar.gz libdbusmenu-d65675fb78f9bcf3dd5a991e9de22d24c4cfaac6.tar.bz2 libdbusmenu-d65675fb78f9bcf3dd5a991e9de22d24c4cfaac6.zip | |
Fixing the type of the return structure
| -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 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> |
