aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk/parser.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-24 15:04:39 -0600
committerTed Gould <ted@gould.cx>2011-02-24 15:04:39 -0600
commitf8fed10917f0f2ebba16d2d6628fad2d2d46c04e (patch)
tree38af9ba8014eff7907c5ae06bcad13f441787abf /libdbusmenu-gtk/parser.h
parent44927e6da03d633f0958ce5e04e62e752a43d201 (diff)
parentf5ef3600b66047f13796972ee40acf7b50b81790 (diff)
downloadlibdbusmenu-f8fed10917f0f2ebba16d2d6628fad2d2d46c04e.tar.gz
libdbusmenu-f8fed10917f0f2ebba16d2d6628fad2d2d46c04e.tar.bz2
libdbusmenu-f8fed10917f0f2ebba16d2d6628fad2d2d46c04e.zip
Import upstream version 0.3.99
Diffstat (limited to 'libdbusmenu-gtk/parser.h')
-rw-r--r--libdbusmenu-gtk/parser.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/libdbusmenu-gtk/parser.h b/libdbusmenu-gtk/parser.h
index a40d709..8187a8e 100644
--- a/libdbusmenu-gtk/parser.h
+++ b/libdbusmenu-gtk/parser.h
@@ -32,6 +32,20 @@ License version 3 and version 2.1 along with this program. If not, see
#include <libdbusmenu-glib/menuitem.h>
#include <gtk/gtk.h>
+G_BEGIN_DECLS
+
DbusmenuMenuitem * dbusmenu_gtk_parse_menu_structure (GtkWidget * widget);
+/**
+ SECTION:parser
+ @short_description: A parser of in-memory GTK menu trees
+ @stability: Unstable
+ @include: libdbusmenu-gtk/parser.h
+
+ The parser will take a GTK menu tree and attach it to a Dbusmenu menu
+ tree. Along with setting up all the signals for updates and destruction.
+ The returned item would be the root item of the given tree.
+*/
+G_END_DECLS
+
#endif /* DBUSMENU_GTK_PARSER_H__ */