summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodel.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-08-07 22:23:18 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-08-07 22:23:18 +0000
commitf1d08f9c371bbaa5830b0cf68eabfc887bc5fc28 (patch)
treeeb733b8fc25d0538db2ecf4f73247dc557185b6d /gtk/gtktreemodel.c
parent327fcd344dae28d0acbcd5c0806fca31269401ce (diff)
downloadgtk+-f1d08f9c371bbaa5830b0cf68eabfc887bc5fc28.tar.gz
Fix doc comment.
* gtk/gtkmain.c (gtk_init): Fix doc comment. * gtk/gtktreemodel.c (gtk_tree_path_new_from_indices): Make the doc comment gtk-doc-grokkable.
Diffstat (limited to 'gtk/gtktreemodel.c')
-rw-r--r--gtk/gtktreemodel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c
index 91cd2144ae..04bce527df 100644
--- a/gtk/gtktreemodel.c
+++ b/gtk/gtktreemodel.c
@@ -201,7 +201,8 @@ gtk_tree_path_new_from_string (const gchar *path)
/**
* gtk_tree_path_new_from_indices:
- * @first_index and @varargs: list of integers terminated by -1
+ * @first_index: first integer
+ * @varargs: list of integers terminated by -1
*
* Creates a new path with @first_index and @varargs as indices.
*