revert inout annotation for gtk_tree_model_iter_next parameter

* 'inout' is poorly defined and causes bugs so revert back to the default
  'in' annotation
This commit is contained in:
John (J5) Palmieri
2010-07-08 15:11:27 -04:00
parent f1e0b23697
commit 89743a6370

View File

@@ -1150,7 +1150,7 @@ gtk_tree_model_get_value (GtkTreeModel *tree_model,
/**
* gtk_tree_model_iter_next:
* @tree_model: A #GtkTreeModel.
* @iter: (inout): The #GtkTreeIter.
* @iter: The #GtkTreeIter.
*
* Sets @iter to point to the node following it at the current level. If there
* is no next @iter, %FALSE is returned and @iter is set to be invalid.