[gtk+/combo-refactor: 43/52] Fixed a broken gtk-doc statement in gtktreemenu.c
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/combo-refactor: 43/52] Fixed a broken gtk-doc statement in gtktreemenu.c
- Date: Tue, 14 Dec 2010 06:53:49 +0000 (UTC)
commit 2d104e0e87651a760d7d9c8c1a514dec6b6be86d
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]