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
2aa560865e
commit
15037df282
@ -10821,7 +10821,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