docs: reference g_menu_item_new in gmenu convenience menuitem API

This commit is contained in:
Lars Uebernickel 2012-05-10 09:35:03 -07:00
parent 748f44b12f
commit ebc3b928a3

View File

@ -255,7 +255,7 @@ g_menu_new (void)
* @detailed_action: (allow-none): the detailed action string, or %NULL * @detailed_action: (allow-none): the detailed action string, or %NULL
* *
* Convenience function for inserting a normal menu item into @menu. * 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. * alternative.
* *
* Since: 2.32 * Since: 2.32
@ -280,7 +280,7 @@ g_menu_insert (GMenu *menu,
* @detailed_action: (allow-none): the detailed action string, or %NULL * @detailed_action: (allow-none): the detailed action string, or %NULL
* *
* Convenience function for prepending a normal menu item to the start * 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. * flexible alternative.
* *
* Since: 2.32 * Since: 2.32
@ -300,7 +300,7 @@ g_menu_prepend (GMenu *menu,
* @detailed_action: (allow-none): the detailed action string, or %NULL * @detailed_action: (allow-none): the detailed action string, or %NULL
* *
* Convenience function for appending a normal menu item to the end of * 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. * flexible alternative.
* *
* Since: 2.32 * Since: 2.32