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:
@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user