forked from AuroraMiddleware/gtk
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:
parent
b4d4e8cadd
commit
f886daa7ed
@ -1,5 +1,6 @@
|
||||
2005-12-19 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreemodel.c:
|
||||
* gtk/gtkplug.c:
|
||||
* gtk/gtkwindow.c: Documentation fixes.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
2005-12-19 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreemodel.c:
|
||||
* gtk/gtkplug.c:
|
||||
* gtk/gtkwindow.c: Documentation fixes.
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user