Merge branch 'patch-5' into 'master'

Update comment annotations of gtk_tree_model_iter_previous and...

See merge request GNOME/gtk!2775
This commit is contained in:
Matthias Clasen
2020-11-05 01:53:34 +00:00

View File

@@ -1426,7 +1426,7 @@ gtk_tree_model_get_value (GtkTreeModel *tree_model,
/**
* gtk_tree_model_iter_next:
* @tree_model: a #GtkTreeModel
* @iter: (in): the #GtkTreeIter-struct
* @iter: (inout): the #GtkTreeIter-struct
*
* Sets @iter to point to the node following it at the current level.
*
@@ -1474,7 +1474,7 @@ gtk_tree_model_iter_previous_default (GtkTreeModel *tree_model,
/**
* gtk_tree_model_iter_previous:
* @tree_model: a #GtkTreeModel
* @iter: (in): the #GtkTreeIter-struct
* @iter: (inout): the #GtkTreeIter-struct
*
* Sets @iter to point to the previous node at the current level.
*