Documentation fixes.

2005-12-19  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtktreemodel.c:
	* gtk/gtkplug.c:
	* gtk/gtkwindow.c: Documentation fixes.
This commit is contained in:
Matthias Clasen 2005-12-19 20:13:34 +00:00 committed by Matthias Clasen
parent b4d4e8cadd
commit f886daa7ed
3 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,6 @@
2005-12-19 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreemodel.c:
* gtk/gtkplug.c:
* gtk/gtkwindow.c: Documentation fixes.

View File

@ -1,5 +1,6 @@
2005-12-19 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreemodel.c:
* gtk/gtkplug.c:
* gtk/gtkwindow.c: Documentation fixes.

View File

@ -1536,9 +1536,9 @@ gtk_tree_model_foreach_helper (GtkTreeModel *model,
* @func: A function to be called on each row
* @user_data: User data to passed to func.
*
* Calls func on each node in model in a depth-first fashion. If func returns
* %TRUE, then the tree ceases to be walked, and gtk_tree_model_foreach()
* returns.
* Calls func on each node in model in a depth-first fashion.
* If @func returns %TRUE, then the tree ceases to be walked, and
* gtk_tree_model_foreach() returns.
**/
void
gtk_tree_model_foreach (GtkTreeModel *model,