summaryrefslogtreecommitdiff
path: root/gtk/gtktreeselection.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-07-07 18:20:37 +0200
committerIgnacio Casal Quinteiro <icq@gnome.org>2010-07-07 18:20:37 +0200
commit0b51abbfdf5db1d29e28ddc62f74e7e9a40ae010 (patch)
treec9e066a6852cb89a69b7e09a1a1eaff199b242d7 /gtk/gtktreeselection.c
parentc4832a9d0e8c0ddd5b8aa2e9273c01f191a758b4 (diff)
downloadgtk+-0b51abbfdf5db1d29e28ddc62f74e7e9a40ae010.tar.gz
Add (out) annotations to GtkTreeIter parameters
Diffstat (limited to 'gtk/gtktreeselection.c')
-rw-r--r--gtk/gtktreeselection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreeselection.c b/gtk/gtktreeselection.c
index ff38f9fcf7..a99c50beeb 100644
--- a/gtk/gtktreeselection.c
+++ b/gtk/gtktreeselection.c
@@ -328,7 +328,7 @@ gtk_tree_selection_get_tree_view (GtkTreeSelection *selection)
* gtk_tree_selection_get_selected:
* @selection: A #GtkTreeSelection.
* @model: (out) (allow-none) (transfer none): A pointer to set to the #GtkTreeModel, or NULL.
- * @iter: (allow-none): The #GtkTreeIter, or NULL.
+ * @iter: (out) (allow-none): The #GtkTreeIter, or NULL.
*
* Sets @iter to the currently selected node if @selection is set to
* #GTK_SELECTION_SINGLE or #GTK_SELECTION_BROWSE. @iter may be NULL if you