diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-24 22:42:58 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-24 22:42:58 -0500 |
commit | f40abc3f546c829edb4d059b2a4c1cfe1aa9eb81 (patch) | |
tree | 4d1246b94fd64432e727cc1c2e8b07cb531f4a14 /libdbusmenu-glib/dbus-menu-clean.xml.c | |
parent | 5d4e1c63e3e0fc2bcce9e1217e6565b8d16a83b4 (diff) | |
parent | 9e20f80e0b1b0e804c6b9d37c8faaf719ace90ff (diff) | |
download | libdbusmenu-f40abc3f546c829edb4d059b2a4c1cfe1aa9eb81.tar.gz libdbusmenu-f40abc3f546c829edb4d059b2a4c1cfe1aa9eb81.tar.bz2 libdbusmenu-f40abc3f546c829edb4d059b2a4c1cfe1aa9eb81.zip |
* New upstream release.
* Add a signal on the menuitem for generic event support
* Handle the case of a single NULL entry as well.
* Not checking defaults when value is NULL
* Add the 'type' variable first when processing new
menuitems
* Protection from unref'ing NULL variants
* Only send the requested properties and request fewer
* Add in a defaults database
* Only send property updates if the menu item has been
seen on the bus.
* Add a property for text direction.
* Add a property for needing attention.
* Documentation fixes
* Making menuitems track their own parents
* Resolving property changes by looking at the properties
directly.
Diffstat (limited to 'libdbusmenu-glib/dbus-menu-clean.xml.c')
-rw-r--r-- | libdbusmenu-glib/dbus-menu-clean.xml.c | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/libdbusmenu-glib/dbus-menu-clean.xml.c b/libdbusmenu-glib/dbus-menu-clean.xml.c index 475adb5..215c19c 100644 --- a/libdbusmenu-glib/dbus-menu-clean.xml.c +++ b/libdbusmenu-glib/dbus-menu-clean.xml.c @@ -10,6 +10,14 @@ const char * dbus_menu_clean_xml = " \n" " </property>\n" "\n" +" <property name=\"text-direction\" type=\"s\" access=\"read\">\n" +" \n" +" </property>\n" +"\n" +" <property name=\"status\" type=\"s\" access=\"read\">\n" +" \n" +" </property>\n" +"\n" "\n" "\n" " <method name=\"GetLayout\">\n" @@ -88,8 +96,8 @@ const char * dbus_menu_clean_xml = "\n" " <signal name=\"ItemsPropertiesUpdated\">\n" " \n" -" <arg type=\"a(ia(sv))\" name=\"props\" direction=\"out\"/>\n" -" <arg type=\"a(ia(s))\" name=\"props_removed\" direction=\"out\"/>\n" +" <arg type=\"a(ia{sv})\" name=\"updatedProps\" direction=\"out\"/>\n" +" <arg type=\"a(ias)\" name=\"removedProps\" direction=\"out\"/>\n" " </signal>\n" " <signal name=\"LayoutUpdated\">\n" " \n" |