forked from AuroraMiddleware/gtk
g-i: add nullable annotation to gtk_single_selection_get_model
This commit is contained in:
parent
90bccf4e82
commit
85bb9aaefc
@ -478,7 +478,7 @@ gtk_single_selection_new (GListModel *model)
|
||||
*
|
||||
* Gets the model that @self is wrapping.
|
||||
*
|
||||
* Returns: (transfer none): The model being wrapped
|
||||
* Returns: (transfer none) (nullable): The model being wrapped
|
||||
*/
|
||||
GListModel *
|
||||
gtk_single_selection_get_model (GtkSingleSelection *self)
|
||||
|
Loading…
Reference in New Issue
Block a user