diff options
| author | Ted Gould <ted@gould.cx> | 2011-03-09 16:52:46 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-03-09 16:52:46 -0600 |
| commit | 02b4e66962229f0d2ed48732466c6258b3b9a20a (patch) | |
| tree | 98ef78ed27c68b7f71e94479a1021665f7bd53a0 /libdbusmenu-gtk/parser.h | |
| parent | da12001cce940316c26b8dc68da507f62ea689a7 (diff) | |
| download | libdbusmenu-02b4e66962229f0d2ed48732466c6258b3b9a20a.tar.gz libdbusmenu-02b4e66962229f0d2ed48732466c6258b3b9a20a.tar.bz2 libdbusmenu-02b4e66962229f0d2ed48732466c6258b3b9a20a.zip | |
Add a function to get the cached menu item
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 |
