From 82f08075fc3166fdedb61bcaae942b1df58e856b Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 27 May 2010 22:49:57 -0500 Subject: Fixing annotations on the pointer prototypes. --- libdbusmenu-glib/menuitem.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libdbusmenu-glib/menuitem.h') diff --git a/libdbusmenu-glib/menuitem.h b/libdbusmenu-glib/menuitem.h index 6eaed02..58f2086 100644 --- a/libdbusmenu-glib/menuitem.h +++ b/libdbusmenu-glib/menuitem.h @@ -86,8 +86,8 @@ struct _DbusmenuMenuitem /** dbusmenu_menuitem_about_to_show_cb: - @mi Menu item that should be shown - @user_data Extra user data sent with the function + @mi: Menu item that should be shown + @user_data: (closure): Extra user data sent with the function Callback prototype for a callback that is called when the menu should be shown. @@ -96,7 +96,7 @@ typedef void (*dbusmenu_menuitem_about_to_show_cb) (DbusmenuMenuitem * mi, gpoin /** dbusmenu_menuitem_buildxml_slot_t: - @stringarray: (inout) (transfer none) (element utf8): An array of strings + @stringarray: (inout) (array) (transfer none) (element utf8): An array of strings that can be combined into an XML file. This is the function that is called to represent this menu item -- cgit v1.2.3