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 /docs/libdbusmenu-glib/reference/libdbusmenu-glib-sections.txt | |
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 'docs/libdbusmenu-glib/reference/libdbusmenu-glib-sections.txt')
-rw-r--r-- | docs/libdbusmenu-glib/reference/libdbusmenu-glib-sections.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/libdbusmenu-glib/reference/libdbusmenu-glib-sections.txt b/docs/libdbusmenu-glib/reference/libdbusmenu-glib-sections.txt index b1e2d8c..84d8257 100644 --- a/docs/libdbusmenu-glib/reference/libdbusmenu-glib-sections.txt +++ b/docs/libdbusmenu-glib/reference/libdbusmenu-glib-sections.txt @@ -6,7 +6,7 @@ DBUSMENU_CLIENT_SIGNAL_ROOT_CHANGED DBUSMENU_CLIENT_SIGNAL_NEW_MENUITEM DBUSMENU_CLIENT_SIGNAL_EVENT_RESULT DBUSMENU_CLIENT_SIGNAL_ITEM_ACTIVATE -DBUSMENU_CLIENT_SIGNAL_TEXT_DIRECTION_CHANGED +DBUSMENU_CLIENT_SIGNAL_ICON_THEME_DIRS_CHANGED DBUSMENU_CLIENT_PROP_DBUS_NAME DBUSMENU_CLIENT_PROP_DBUS_OBJECT DBUSMENU_CLIENT_PROP_STATUS @@ -17,8 +17,8 @@ DBUSMENU_CLIENT_TYPES_IMAGE DbusmenuClient DbusmenuClientClass DbusmenuClientTypeHandler -DbusmenuClientTypeDestroyHandler dbusmenu_client_new +dbusmenu_client_get_icon_paths dbusmenu_client_get_root dbusmenu_client_get_status dbusmenu_client_get_text_direction @@ -152,6 +152,8 @@ DBUSMENU_SERVER_GET_CLASS <SUBSECTION Private> DbusmenuServerPrivate dbusmenu_server_get_type +dbusmenu_server_get_icon_paths +dbusmenu_server_set_icon_paths </SECTION> <SECTION> |