]> Pileus Git - ~andy/gtk/commitdiff
Fixed a broken gtk-doc statement in gtktreemenu.c
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Fri, 3 Dec 2010 09:44:23 +0000 (18:44 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 4 Jan 2011 14:37:11 +0000 (23:37 +0900)
gtk/gtktreemenu.c

index 169af2735ed19cd28161178355e69b84044d2df7..bbb83f4658638206b7ff0c087bc1285483428062 100644 (file)
@@ -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
  */