diff options
author | Didier Roche <didier.roche@canonical.com> | 2012-09-20 18:46:43 +0200 |
---|---|---|
committer | Didier Roche <didier.roche@canonical.com> | 2012-09-20 18:46:43 +0200 |
commit | 7cc396a8a286cebb890aa718530d2acda63fa7df (patch) | |
tree | 7cdde9cd0352fb262a893683b8b2c93e5a4f7ffe /docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkMenu.html | |
parent | 39588b350296d635de3dcbb4ea8499c8c693b90e (diff) | |
parent | c36de4d59150df37ec782a17fb3d14424fb4734a (diff) | |
download | libdbusmenu-7cc396a8a286cebb890aa718530d2acda63fa7df.tar.gz libdbusmenu-7cc396a8a286cebb890aa718530d2acda63fa7df.tar.bz2 libdbusmenu-7cc396a8a286cebb890aa718530d2acda63fa7df.zip |
* New upstream release.
- Honor changes to GtkSettings' gtk-menu-images value (LP: #927236)
- don't display an underscore on menuitimes containing a '&' (LP: #994564)
- set the widget for the accelerator even if there isn't a mnemonic
(LP: #982656)
- make the vala bindings use pkg-config names, rather than gir ones
- Some platforms don't have valgrind, so treat those unit tests separately
- make headers match independent of the build directory
- constify some public API calls
Diffstat (limited to 'docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkMenu.html')
-rw-r--r-- | docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkMenu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkMenu.html b/docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkMenu.html index 73de2ed..f23005f 100644 --- a/docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkMenu.html +++ b/docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkMenu.html @@ -53,7 +53,7 @@ struct <a class="link" href="libdbusmenu-gtk-DbusmenuGtkMenu.html#D <div class="refsect1"> <a name="libdbusmenu-gtk-DbusmenuGtkMenu.description"></a><h2>Description</h2> <p> -In general, this is just a <a href="http://developer.gnome.org/devel/gtk/GtkMenu.html"><span class="type">GtkMenu</span></a>, why else would you care? Oh, +In general, this is just a <a href="http://developer.gnome.org/gtk/GtkMenu.html"><span class="type">GtkMenu</span></a>, why else would you care? Oh, because this menu is created by someone else on a server that exists on the other side of DBus. You need a <a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuServer.html#DbusmenuServer"><span class="type">DbusmenuServer</span></a> to be able push the data into this menu. |