diff options
author | Ted Gould <ted@gould.cx> | 2011-03-03 13:48:56 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-03 13:48:56 -0600 |
commit | df8c5e53a6fddcd80e2ea52174f9242c2c17eba4 (patch) | |
tree | 26fe9c9337b8c8eead223035698ce164da8c5ac6 /libdbusmenu-glib/dbus-menu-clean.xml.c | |
parent | bf0ec7cdc8c37f4ec7668f18b0be10942564957b (diff) | |
parent | a66d4b41bfd368a4ac3c25be748cf64203147007 (diff) | |
download | libdbusmenu-df8c5e53a6fddcd80e2ea52174f9242c2c17eba4.tar.gz libdbusmenu-df8c5e53a6fddcd80e2ea52174f9242c2c17eba4.tar.bz2 libdbusmenu-df8c5e53a6fddcd80e2ea52174f9242c2c17eba4.zip |
* New upstream release.
* GTK application menus are not correctly displayed (LP: #726678)
* Fix LP: #723873 - ensure that changing a menuitem property to a
default value gets propagated properly in the client
* Fix some crashes by disconnecting more signals when a menuitem is
deleted. LP: #725980 and LP: #726153
* Making sure to grab the variant and dispose of it in handle_event.
* Change the destroy prototype to fix GIR warnings
* Fix emitting property changes to use tuples
* Track the icon theme directories
* Handle cases where passed in property names could be in the
properties hash table
* Making property names match DBus protocol recommendations
* Restricting GIR scanner to exported interfaces
* Use the library i18n libraries instead of the app ones
* Make GetLayout use the parent parameter
Diffstat (limited to 'libdbusmenu-glib/dbus-menu-clean.xml.c')
-rw-r--r-- | libdbusmenu-glib/dbus-menu-clean.xml.c | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/libdbusmenu-glib/dbus-menu-clean.xml.c b/libdbusmenu-glib/dbus-menu-clean.xml.c index 215c19c..890f24c 100644 --- a/libdbusmenu-glib/dbus-menu-clean.xml.c +++ b/libdbusmenu-glib/dbus-menu-clean.xml.c @@ -6,15 +6,19 @@ const char * dbus_menu_clean_xml = " \n" "\n" "\n" -" <property name=\"version\" type=\"u\" access=\"read\">\n" +" <property name=\"Version\" type=\"u\" access=\"read\">\n" " \n" " </property>\n" "\n" -" <property name=\"text-direction\" type=\"s\" access=\"read\">\n" +" <property name=\"TextDirection\" type=\"s\" access=\"read\">\n" " \n" " </property>\n" "\n" -" <property name=\"status\" type=\"s\" access=\"read\">\n" +" <property name=\"Status\" type=\"s\" access=\"read\">\n" +" \n" +" </property>\n" +"\n" +" <property name=\"IconThemePath\" type=\"as\" access=\"read\">\n" " \n" " </property>\n" "\n" @@ -25,7 +29,7 @@ const char * dbus_menu_clean_xml = " <arg type=\"i\" name=\"parentId\" direction=\"in\">\n" " \n" " </arg>\n" -" <arg type=\"i\" name=\"recurse\" direction=\"in\">\n" +" <arg type=\"i\" name=\"recursionDepth\" direction=\"in\">\n" " \n" " </arg>\n" " <arg type=\"as\" name=\"propertyNames\" direction=\"in\">\n" @@ -40,8 +44,6 @@ const char * dbus_menu_clean_xml = " </method>\n" "\n" " <method name=\"GetGroupProperties\">\n" -" <annotation name=\"com.trolltech.QtDBus.QtTypeName.In0\" value=\"QVariantList\"/>\n" -" <annotation name=\"com.trolltech.QtDBus.QtTypeName.Out0\" value=\"DBusMenuItemList\"/>\n" " \n" " <arg type=\"ai\" name=\"ids\" direction=\"in\">\n" " \n" |