summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodel.c
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2010-07-08 15:26:55 -0400
committerJohn (J5) Palmieri <johnp@redhat.com>2010-07-08 15:26:55 -0400
commitb74ee87b17705fb8c816163f588ff695cf27658e (patch)
tree1f761807ad289103b6ed2d5f73074683c3bc2eaa /gtk/gtktreemodel.c
parentb5f878dec852329ff57f799f1abf4bd360ab7eab (diff)
downloadgtk+-b74ee87b17705fb8c816163f588ff695cf27658e.tar.gz
annotation (transfer-none) fix that somehow got dropped from last patch
* gtk_tree_path_get_indices_with_depth - annotate the return as 'transfer none' to avoid double frees
Diffstat (limited to 'gtk/gtktreemodel.c')
-rw-r--r--gtk/gtktreemodel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c
index a48df89ed1..d9cf4e7b42 100644
--- a/gtk/gtktreemodel.c
+++ b/gtk/gtktreemodel.c
@@ -632,7 +632,7 @@ gtk_tree_path_get_indices (GtkTreePath *path)
* It also returns the number of elements in the array.
* The array should not be freed.
*
- * Return value: (array length=depth): The current indices, or %NULL.
+ * Return value: (array length=depth) (transfer none): The current indices, or %NULL.
*
* Since: 3.0
**/