forked from AuroraMiddleware/gtk
add a transfer none annotation to gtk_tree_view_get_selection
* it returns the selection from its priv structure without reffing
This commit is contained in:
parent
067fe4b05d
commit
57754edef6
@ -10814,7 +10814,7 @@ gtk_tree_view_set_model (GtkTreeView *tree_view,
|
||||
*
|
||||
* Gets the #GtkTreeSelection associated with @tree_view.
|
||||
*
|
||||
* Return value: A #GtkTreeSelection object.
|
||||
* Return value: (transfer none): A #GtkTreeSelection object.
|
||||
**/
|
||||
GtkTreeSelection *
|
||||
gtk_tree_view_get_selection (GtkTreeView *tree_view)
|
||||
|
Loading…
Reference in New Issue
Block a user