forked from AuroraMiddleware/gtk
Update comment annotations of gtk_tree_model_iter_previous and gtk_tree_model_iter_next to state that the ITER parameter is modified.
This commit is contained in:
parent
dbdc909e19
commit
1340ff2bc2
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user