From: Lars Uebernickel Date: Thu, 10 May 2012 16:35:03 +0000 (-0700) Subject: docs: reference g_menu_item_new in gmenu convenience menuitem API X-Git-Tag: 2.33.2~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ebc3b928a39e8895719a5795a14e13c2cdf3c8bd;p=platform%2Fupstream%2Fglib.git docs: reference g_menu_item_new in gmenu convenience menuitem API --- diff --git a/gio/gmenu.c b/gio/gmenu.c index c80b6bf0..bd57810 100644 --- a/gio/gmenu.c +++ b/gio/gmenu.c @@ -255,7 +255,7 @@ g_menu_new (void) * @detailed_action: (allow-none): the detailed action string, or %NULL * * Convenience function for inserting a normal menu item into @menu. - * Combine g_menu_new() and g_menu_insert_item() for a more flexible + * Combine g_menu_item_new() and g_menu_insert_item() for a more flexible * alternative. * * Since: 2.32 @@ -280,7 +280,7 @@ g_menu_insert (GMenu *menu, * @detailed_action: (allow-none): the detailed action string, or %NULL * * Convenience function for prepending a normal menu item to the start - * of @menu. Combine g_menu_new() and g_menu_insert_item() for a more + * of @menu. Combine g_menu_item_new() and g_menu_insert_item() for a more * flexible alternative. * * Since: 2.32 @@ -300,7 +300,7 @@ g_menu_prepend (GMenu *menu, * @detailed_action: (allow-none): the detailed action string, or %NULL * * Convenience function for appending a normal menu item to the end of - * @menu. Combine g_menu_new() and g_menu_insert_item() for a more + * @menu. Combine g_menu_item_new() and g_menu_insert_item() for a more * flexible alternative. * * Since: 2.32