aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk/parser.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-21 09:54:31 -0600
committerTed Gould <ted@gould.cx>2011-02-21 09:54:31 -0600
commitfec6317262d94b29c41fa0632236910b4bd11244 (patch)
tree750a9863d7b631b4e7d0cab6af0074b25b56af9e /libdbusmenu-gtk/parser.c
parent83a270fd9db6cda2dbff19335c97361aa4ad6781 (diff)
downloadlibdbusmenu-fec6317262d94b29c41fa0632236910b4bd11244.tar.gz
libdbusmenu-fec6317262d94b29c41fa0632236910b4bd11244.tar.bz2
libdbusmenu-fec6317262d94b29c41fa0632236910b4bd11244.zip
Fixing transfer from the parser to be full
Diffstat (limited to 'libdbusmenu-gtk/parser.c')
-rw-r--r--libdbusmenu-gtk/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-gtk/parser.c b/libdbusmenu-gtk/parser.c
index 180b66e..f516dde 100644
--- a/libdbusmenu-gtk/parser.c
+++ b/libdbusmenu-gtk/parser.c
@@ -93,7 +93,7 @@ static void menuitem_notify_cb (GtkWidget * widget,
* 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
+ * Return value: (transfer full): A dbusmenu item representing the menu structure
*/
DbusmenuMenuitem *
dbusmenu_gtk_parse_menu_structure (GtkWidget * widget)