diff options
Diffstat (limited to 'gtk/gtktreemodel.c')
-rw-r--r-- | gtk/gtktreemodel.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c index d80cc3a1c5..c65287c99e 100644 --- a/gtk/gtktreemodel.c +++ b/gtk/gtktreemodel.c @@ -1611,11 +1611,11 @@ gtk_tree_model_foreach_helper (GtkTreeModel *model, /** * gtk_tree_model_foreach: * @model: A #GtkTreeModel - * @func: A function to be called on each row + * @func: (scope call): 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 + * + * 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 @@ -2020,7 +2020,7 @@ gtk_tree_row_reference_get_path (GtkTreeRowReference *reference) * * Returns the model that the row reference is monitoring. * - * Return value: the model + * Return value: (transfer none): the model * * Since: 2.8 */ |