diff options
author | Ted Gould <ted@gould.cx> | 2011-03-10 10:28:16 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-10 10:28:16 -0600 |
commit | 8e65325fbcf64fb7a9467d805e9d43306c6b7d0a (patch) | |
tree | 75ffaffe8d196f81b1237221a8d15d6a0d226d34 /libdbusmenu-gtk/parser.h | |
parent | 37d4bb79ab935208b94954d48292097f7ca2ecdd (diff) | |
parent | 8b44761d80a2c9ccdd7482feeabd3bcb5396387b (diff) | |
download | libdbusmenu-8e65325fbcf64fb7a9467d805e9d43306c6b7d0a.tar.gz libdbusmenu-8e65325fbcf64fb7a9467d805e9d43306c6b7d0a.tar.bz2 libdbusmenu-8e65325fbcf64fb7a9467d805e9d43306c6b7d0a.zip |
Helper to get the cached menuitem from a widget
Diffstat (limited to 'libdbusmenu-gtk/parser.h')
-rw-r--r-- | libdbusmenu-gtk/parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdbusmenu-gtk/parser.h b/libdbusmenu-gtk/parser.h index 8187a8e..97fa9c6 100644 --- a/libdbusmenu-gtk/parser.h +++ b/libdbusmenu-gtk/parser.h @@ -35,6 +35,7 @@ License version 3 and version 2.1 along with this program. If not, see G_BEGIN_DECLS DbusmenuMenuitem * dbusmenu_gtk_parse_menu_structure (GtkWidget * widget); +DbusmenuMenuitem * dbusmenu_gtk_parse_get_cached_item (GtkWidget * widget); /** SECTION:parser |