diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-23 11:50:08 -0500 |
|---|---|---|
| committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-23 11:50:08 -0500 |
| commit | ab94a74938900977222683f8427d9bfdf0b6f0b8 (patch) | |
| tree | 881fbb6e81483afc51cd57f2ad8adc01a60ef731 /libdbusmenu-glib/dbus-menu.xml | |
| parent | 25160024c6c2c64cbd14529abd0796b6f3be83d3 (diff) | |
| parent | fbb337084d705302b965278525f0bb7bc2580d35 (diff) | |
| download | libdbusmenu-ab94a74938900977222683f8427d9bfdf0b6f0b8.tar.gz libdbusmenu-ab94a74938900977222683f8427d9bfdf0b6f0b8.tar.bz2 libdbusmenu-ab94a74938900977222683f8427d9bfdf0b6f0b8.zip | |
* Merged from trunk (rev 220)
- Cleaning up cleaning up so we don't unref twice and crash
- Fixing the signatures to make them more consistent
- Adding defaults to translatable files
- Support a set of defaults and not sending them over the bus.
- Fixing annotations and adding tests with python.
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
| -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 da14c63..c0831e5 100644 --- a/libdbusmenu-glib/dbus-menu.xml +++ b/libdbusmenu-glib/dbus-menu.xml @@ -308,8 +308,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> |
