mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
gtk_tree_selection_get_selected: added transfer none annotation to model out arg
This commit is contained in:
parent
84e9c08a40
commit
3e16fd9967
@ -327,7 +327,7 @@ gtk_tree_selection_get_tree_view (GtkTreeSelection *selection)
|
||||
/**
|
||||
* gtk_tree_selection_get_selected:
|
||||
* @selection: A #GtkTreeSelection.
|
||||
* @model: (out) (allow-none): A pointer to set to the #GtkTreeModel, or NULL.
|
||||
* @model: (out) (allow-none) (transfer none): A pointer to set to the #GtkTreeModel, or NULL.
|
||||
* @iter: (allow-none): The #GtkTreeIter, or NULL.
|
||||
*
|
||||
* Sets @iter to the currently selected node if @selection is set to
|
||||
|
Loading…
Reference in New Issue
Block a user