diff options
author | Ted Gould <ted@gould.cx> | 2011-02-23 09:48:48 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-23 09:48:48 -0600 |
commit | 389a59c91ba0c60efb0e51c2843fed6f44e7bd41 (patch) | |
tree | 970596839a3319adc8e44813f9fc3604bae345b4 /libdbusmenu-glib | |
parent | cef71551464bfcd1020a98fd621ace4c99ba45f5 (diff) | |
parent | fbb337084d705302b965278525f0bb7bc2580d35 (diff) | |
download | libdbusmenu-389a59c91ba0c60efb0e51c2843fed6f44e7bd41.tar.gz libdbusmenu-389a59c91ba0c60efb0e51c2843fed6f44e7bd41.tar.bz2 libdbusmenu-389a59c91ba0c60efb0e51c2843fed6f44e7bd41.zip |
* Memory handling fixes in the parser
* Fix dbus-menu.xml to have more consistent signatures.
Diffstat (limited to 'libdbusmenu-glib')
-rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index 3b42f7d..829c16e 100644 --- a/libdbusmenu-glib/dbus-menu.xml +++ b/libdbusmenu-glib/dbus-menu.xml @@ -326,8 +326,8 @@ License version 3 and version 2.1 along with this program. If not, see the ID of the item with a hashtable of names and values for those properties. </dox:d> - <arg type="a(ia(sv))" name="props" direction="out" /> - <arg type="a(ia(s))" name="props_removed" direction="out" /> + <arg type="a(ia{sv})" name="updatedProps" direction="out" /> + <arg type="a(ias)" name="removedProps" direction="out" /> </signal> <signal name="LayoutUpdated"> <dox:d> |