mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 14:50:06 +00:00
Fixed a broken gtk-doc statement in gtktreemenu.c
This commit is contained in:
parent
1f1e94739b
commit
613545f821
@ -1635,10 +1635,10 @@ gtk_tree_menu_get_model (GtkTreeMenu *menu)
|
||||
/**
|
||||
* gtk_tree_menu_set_root:
|
||||
* @menu: a #GtkTreeMenu
|
||||
* @root: (allow-none): the #GtkTreePath which is the root of @menu, or %NULL.
|
||||
* @path: (allow-none): the #GtkTreePath which is the root of @menu, or %NULL.
|
||||
*
|
||||
* Sets the @root path for @menu's hierarchy. @menu must already
|
||||
* have a model set and @root must point to a valid path inside the model.
|
||||
* Sets the root of a @menu's hierarchy to be @path. @menu must already
|
||||
* have a model set and @path must point to a valid path inside the model.
|
||||
*
|
||||
* Since: 3.0
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user