summaryrefslogtreecommitdiff
path: root/gtk/gtktreeselection.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-09-18 13:42:15 -0300
committerJohan Dahlin <johan@gnome.org>2010-09-18 13:43:06 -0300
commit19cab17c229f86d7318a73619ef0bf90d5eb4531 (patch)
tree81b7c3839f4657ce5fc55c4ce8840e597979c18a /gtk/gtktreeselection.c
parent60c920f228e09fee0c6a22d72b5d993e13c1b42b (diff)
downloadgtk+-19cab17c229f86d7318a73619ef0bf90d5eb4531.tar.gz
Add a couple of missing annotations
Diffstat (limited to 'gtk/gtktreeselection.c')
-rw-r--r--gtk/gtktreeselection.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtktreeselection.c b/gtk/gtktreeselection.c
index 2df14d0e1a..000f71ea22 100644
--- a/gtk/gtktreeselection.c
+++ b/gtk/gtktreeselection.c
@@ -266,7 +266,7 @@ gtk_tree_selection_set_select_function (GtkTreeSelection *selection,
}
/**
- * gtk_tree_selection_get_select_function:
+ * gtk_tree_selection_get_select_function: (skip)
* @selection: A #GtkTreeSelection.
*
* Returns the current selection function.
@@ -284,7 +284,7 @@ gtk_tree_selection_get_select_function (GtkTreeSelection *selection)
}
/**
- * gtk_tree_selection_get_user_data:
+ * gtk_tree_selection_get_user_data: (skip)
* @selection: A #GtkTreeSelection.
*
* Returns the user data for the selection function.
@@ -305,7 +305,7 @@ gtk_tree_selection_get_user_data (GtkTreeSelection *selection)
*
* Returns the tree view associated with @selection.
*
- * Return value: A #GtkTreeView
+ * Return value: (transfer none): A #GtkTreeView
**/
GtkTreeView *
gtk_tree_selection_get_tree_view (GtkTreeSelection *selection)
@@ -576,7 +576,7 @@ model_changed (gpointer data)
/**
* gtk_tree_selection_selected_foreach:
* @selection: A #GtkTreeSelection.
- * @func: The function to call for each selected node.
+ * @func: (scope call): The function to call for each selected node.
* @data: user data to pass to the function.
*
* Calls a function for each selected node. Note that you cannot modify