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.
This commit is contained in:
Matthias Clasen
2002-08-07 22:23:18 +00:00
parent 327fcd344d
commit f1d08f9c37
8 changed files with 47 additions and 4 deletions

View File

@ -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.
*