g-i: add nullable annotation to gtk_single_selection_get_model

This commit is contained in:
Bilal Elmoussaoui 2022-02-11 11:56:40 +01:00
parent 90bccf4e82
commit 85bb9aaefc

View File

@ -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)