mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
gtk_tree_view_get_model: return value annotated transfer none
This commit is contained in:
parent
c21e9ba7c3
commit
256759a3b7
@ -10682,7 +10682,7 @@ gtk_tree_view_new_with_model (GtkTreeModel *model)
|
||||
* Returns the model the #GtkTreeView is based on. Returns %NULL if the
|
||||
* model is unset.
|
||||
*
|
||||
* Return value: A #GtkTreeModel, or %NULL if none is currently being used.
|
||||
* Return value: (transfer none): A #GtkTreeModel, or %NULL if none is currently being used.
|
||||
**/
|
||||
GtkTreeModel *
|
||||
gtk_tree_view_get_model (GtkTreeView *tree_view)
|
||||
|
Loading…
Reference in New Issue
Block a user