forked from AuroraMiddleware/gtk
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:
parent
b5f878dec8
commit
b74ee87b17
@ -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
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user