[gtk+/combo-refactor: 43/48] Fixed a broken gtk-doc statement in gtktreemenu.c



commit 8bc748297c4b0298c961085e9a708977bb502a3c
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Fri Dec 3 18:44:23 2010 +0900

    Fixed a broken gtk-doc statement in gtktreemenu.c

 gtk/gtktreemenu.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtktreemenu.c b/gtk/gtktreemenu.c
index 169af27..bbb83f4 100644
--- a/gtk/gtktreemenu.c
+++ b/gtk/gtktreemenu.c
@@ -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
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]