Fix doc comment typos. (#98158, Vitaly Tishkov)
* gtk/gtktreemodel.c (gtk_tree_model_iter_nth_child): Fix doc comment typos. (#98158, Vitaly Tishkov)
This commit is contained in:
parent
7d62f9ed78
commit
446f241c23
@ -1,5 +1,8 @@
|
|||||||
2002-11-21 Matthias Clasen <maclas@gmx.de>
|
2002-11-21 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtktreemodel.c (gtk_tree_model_iter_nth_child): Fix doc
|
||||||
|
comment typos. (#98158, Vitaly Tishkov)
|
||||||
|
|
||||||
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
|
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
|
||||||
typos. (#98480, Vitaly Tishkov)
|
typos. (#98480, Vitaly Tishkov)
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2002-11-21 Matthias Clasen <maclas@gmx.de>
|
2002-11-21 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtktreemodel.c (gtk_tree_model_iter_nth_child): Fix doc
|
||||||
|
comment typos. (#98158, Vitaly Tishkov)
|
||||||
|
|
||||||
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
|
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
|
||||||
typos. (#98480, Vitaly Tishkov)
|
typos. (#98480, Vitaly Tishkov)
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2002-11-21 Matthias Clasen <maclas@gmx.de>
|
2002-11-21 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtktreemodel.c (gtk_tree_model_iter_nth_child): Fix doc
|
||||||
|
comment typos. (#98158, Vitaly Tishkov)
|
||||||
|
|
||||||
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
|
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
|
||||||
typos. (#98480, Vitaly Tishkov)
|
typos. (#98480, Vitaly Tishkov)
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2002-11-21 Matthias Clasen <maclas@gmx.de>
|
2002-11-21 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtktreemodel.c (gtk_tree_model_iter_nth_child): Fix doc
|
||||||
|
comment typos. (#98158, Vitaly Tishkov)
|
||||||
|
|
||||||
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
|
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
|
||||||
typos. (#98480, Vitaly Tishkov)
|
typos. (#98480, Vitaly Tishkov)
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2002-11-21 Matthias Clasen <maclas@gmx.de>
|
2002-11-21 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtktreemodel.c (gtk_tree_model_iter_nth_child): Fix doc
|
||||||
|
comment typos. (#98158, Vitaly Tishkov)
|
||||||
|
|
||||||
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
|
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
|
||||||
typos. (#98480, Vitaly Tishkov)
|
typos. (#98480, Vitaly Tishkov)
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2002-11-21 Matthias Clasen <maclas@gmx.de>
|
2002-11-21 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtktreemodel.c (gtk_tree_model_iter_nth_child): Fix doc
|
||||||
|
comment typos. (#98158, Vitaly Tishkov)
|
||||||
|
|
||||||
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
|
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
|
||||||
typos. (#98480, Vitaly Tishkov)
|
typos. (#98480, Vitaly Tishkov)
|
||||||
|
|
||||||
|
@ -978,7 +978,7 @@ gtk_tree_model_iter_n_children (GtkTreeModel *tree_model,
|
|||||||
* @n: Then index of the desired child.
|
* @n: Then index of the desired child.
|
||||||
*
|
*
|
||||||
* Sets @iter to be the child of @parent, using the given index. The first
|
* Sets @iter to be the child of @parent, using the given index. The first
|
||||||
* index is 0. If @index_ is too big, or @parent has no children, @iter is set
|
* index is 0. If @n is too big, or @parent has no children, @iter is set
|
||||||
* to an invalid iterator and %FALSE is returned. @parent will remain a valid
|
* to an invalid iterator and %FALSE is returned. @parent will remain a valid
|
||||||
* node after this function has been called. As a special case, if @parent is
|
* node after this function has been called. As a special case, if @parent is
|
||||||
* %NULL, then the @n<!-- -->th root node is set.
|
* %NULL, then the @n<!-- -->th root node is set.
|
||||||
|
Loading…
Reference in New Issue
Block a user