aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk/parser.h
diff options
context:
space:
mode:
authorLuke Yelavich <luke.yelavich@canonical.com>2012-01-31 18:32:11 +1100
committerLuke Yelavich <luke.yelavich@canonical.com>2012-01-31 18:32:11 +1100
commit1edc78050399e0e88f4ef8b59f66c649e4862b89 (patch)
tree6ff7cfd018ccc880023cd78020aa8d1ba407d0c3 /libdbusmenu-gtk/parser.h
parent95e56adc0d86cfbbc67f04582a230076721276d1 (diff)
downloadlibdbusmenu-1edc78050399e0e88f4ef8b59f66c649e4862b89.tar.gz
libdbusmenu-1edc78050399e0e88f4ef8b59f66c649e4862b89.tar.bz2
libdbusmenu-1edc78050399e0e88f4ef8b59f66c649e4862b89.zip
When parsing an existing GTK menu hierarchy, we should also set the
DBUSMENU_MENU_ITEM_ACCESSIBLE_DESC property, if the accessible name for the menu differs from the text of the menu item label.
Diffstat (limited to 'libdbusmenu-gtk/parser.h')
-rw-r--r--libdbusmenu-gtk/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdbusmenu-gtk/parser.h b/libdbusmenu-gtk/parser.h
index 97fa9c6..191a8ac 100644
--- a/libdbusmenu-gtk/parser.h
+++ b/libdbusmenu-gtk/parser.h
@@ -31,6 +31,7 @@ License version 3 and version 2.1 along with this program. If not, see
#include <libdbusmenu-glib/menuitem.h>
#include <gtk/gtk.h>
+#include <atk/atk.h>
G_BEGIN_DECLS