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
This commit is contained in:
John (J5) Palmieri 2010-07-08 15:26:55 -04:00
parent b5f878dec8
commit b74ee87b17

View File

@ -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
**/