diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-06-04 16:40:37 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-06-04 16:40:37 -0400 |
commit | 89e5f5b4a03bdb98e3b34faeff4aa51f374f8f90 (patch) | |
tree | cee942f559a7d2c7f9944784da6192ec3643f36c /libdbusmenu-glib/menuitem.c | |
parent | d2ba03b40357a15fe3810a74ea9a951441ce38a0 (diff) | |
parent | fbf81fed135ad3a0f5f0ed3e9edcdd4fc7a1be5c (diff) | |
download | libdbusmenu-89e5f5b4a03bdb98e3b34faeff4aa51f374f8f90.tar.gz libdbusmenu-89e5f5b4a03bdb98e3b34faeff4aa51f374f8f90.tar.bz2 libdbusmenu-89e5f5b4a03bdb98e3b34faeff4aa51f374f8f90.zip |
Fix annotations for GIR scanner
Diffstat (limited to 'libdbusmenu-glib/menuitem.c')
-rw-r--r-- | libdbusmenu-glib/menuitem.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libdbusmenu-glib/menuitem.c b/libdbusmenu-glib/menuitem.c index 6a3c4bc..93c7d38 100644 --- a/libdbusmenu-glib/menuitem.c +++ b/libdbusmenu-glib/menuitem.c @@ -1199,7 +1199,7 @@ dbusmenu_menuitem_get_root (DbusmenuMenuitem * mi) /** dbusmenu_menuitem_buildxml: @mi: #DbusmenuMenuitem to represent in XML - @array: A list of string that will be turned into an XML file + @array: (element-type utf8): A list of string that will be turned into an XML file This function will add strings to the array @array. It will put at least one entry if this menu item has no children. If it has @@ -1247,7 +1247,7 @@ foreach_helper (gpointer data, gpointer user_data) dbusmenu_menuitem_foreach: @mi: The #DbusmenItem to start from @func: Function to call on every node in the tree - @data: User data to pass to the function + @data: (closure): User data to pass to the function This calls the function @func on this menu item and all of the children of this item. And their children. And @@ -1305,7 +1305,7 @@ dbusmenu_menuitem_handle_event (DbusmenuMenuitem * mi, const gchar * name, const dbusmenu_menuitem_send_about_to_show: @mi: The #DbusmenuMenuitem to send the signal on. @cb: Callback to call when the call has returned. - @cb_data: Data to pass to the callback. + @cb_data: (closure): Data to pass to the callback. This function is used to send the even that the submenu of this item is about to be shown. Callers to this event |