mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
menu: documentation fixes
g_menu_new_section() does not exist, the comment meant g_menu_item_new_section().
This commit is contained in:
parent
557da16507
commit
adff60ed63
@ -324,7 +324,7 @@ g_menu_append (GMenu *menu,
|
|||||||
* @section: a #GMenuModel with the items of the section
|
* @section: a #GMenuModel with the items of the section
|
||||||
*
|
*
|
||||||
* Convenience function for inserting a section menu item into @menu.
|
* Convenience function for inserting a section menu item into @menu.
|
||||||
* Combine g_menu_new_section() and g_menu_insert_item() for a more
|
* Combine g_menu_item_new_section() and g_menu_insert_item() for a more
|
||||||
* flexible alternative.
|
* flexible alternative.
|
||||||
*
|
*
|
||||||
* Since: 2.32
|
* Since: 2.32
|
||||||
@ -350,7 +350,7 @@ g_menu_insert_section (GMenu *menu,
|
|||||||
* @section: a #GMenuModel with the items of the section
|
* @section: a #GMenuModel with the items of the section
|
||||||
*
|
*
|
||||||
* Convenience function for prepending a section menu item to the start
|
* Convenience function for prepending a section menu item to the start
|
||||||
* of @menu. Combine g_menu_new_section() and g_menu_insert_item() for
|
* of @menu. Combine g_menu_item_new_section() and g_menu_insert_item() for
|
||||||
* a more flexible alternative.
|
* a more flexible alternative.
|
||||||
*
|
*
|
||||||
* Since: 2.32
|
* Since: 2.32
|
||||||
@ -370,7 +370,7 @@ g_menu_prepend_section (GMenu *menu,
|
|||||||
* @section: a #GMenuModel with the items of the section
|
* @section: a #GMenuModel with the items of the section
|
||||||
*
|
*
|
||||||
* Convenience function for appending a section menu item to the end of
|
* Convenience function for appending a section menu item to the end of
|
||||||
* @menu. Combine g_menu_new_section() and g_menu_insert_item() for a
|
* @menu. Combine g_menu_item_new_section() and g_menu_insert_item() for a
|
||||||
* more flexible alternative.
|
* more flexible alternative.
|
||||||
*
|
*
|
||||||
* Since: 2.32
|
* Since: 2.32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user