aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk/parser.c
diff options
context:
space:
mode:
authorMartin Pitt <martin@piware.de>2011-02-16 21:06:14 +0100
committerMartin Pitt <martin@piware.de>2011-02-16 21:06:14 +0100
commit558fa9265c05452de03ddd9f8543dfdce1b81e7b (patch)
treed0a05cd706483b249b10f6dc9b68757aa16bd420 /libdbusmenu-gtk/parser.c
parent98e01df8406f305f8d232cf41e5facaf559afe0f (diff)
downloadlibdbusmenu-558fa9265c05452de03ddd9f8543dfdce1b81e7b.tar.gz
libdbusmenu-558fa9265c05452de03ddd9f8543dfdce1b81e7b.tar.bz2
libdbusmenu-558fa9265c05452de03ddd9f8543dfdce1b81e7b.zip
Fix GI annotations for DbusmenuGtk
Diffstat (limited to 'libdbusmenu-gtk/parser.c')
-rw-r--r--libdbusmenu-gtk/parser.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/libdbusmenu-gtk/parser.c b/libdbusmenu-gtk/parser.c
index 70cde53..d00870a 100644
--- a/libdbusmenu-gtk/parser.c
+++ b/libdbusmenu-gtk/parser.c
@@ -81,16 +81,16 @@ static void menuitem_notify_cb (GtkWidget * widget,
gpointer data);
/**
- dbusmenu_gtk_parse_menu_structure:
- @widget: A #GtkMenuItem or #GtkMenuShell to turn into a #DbusmenuMenuitem
-
- Goes through the GTK structures and turns them into the appropraite
- Dbusmenu structures along with setting up all the relationships
- between the objects. It also stores the dbusmenu items as a cache
- on the GTK items so that they'll be reused if necissary.
-
- Return value: A dbusmenu item representing the menu structure
-*/
+ * dbusmenu_gtk_parse_menu_structure:
+ * @widget: A #GtkMenuItem or #GtkMenuShell to turn into a #DbusmenuMenuitem
+ *
+ * Goes through the GTK structures and turns them into the appropraite
+ * Dbusmenu structures along with setting up all the relationships
+ * between the objects. It also stores the dbusmenu items as a cache
+ * on the GTK items so that they'll be reused if necissary.
+ *
+ * Return value: (transfer none): A dbusmenu item representing the menu structure
+ */
DbusmenuMenuitem *
dbusmenu_gtk_parse_menu_structure (GtkWidget * widget)
{