gtk: mark MultiSelection::get_model as nullable

the constructor & setter takes a nullable model
This commit is contained in:
Bilal Elmoussaoui 2022-01-01 18:04:24 +01:00
parent 985a39d41f
commit b803bb5edb

View File

@ -396,7 +396,7 @@ gtk_multi_selection_new (GListModel *model)
*
* Returns the underlying model of @self.
*
* Returns: (transfer none): the underlying model
* Returns: (transfer none) (nullable): the underlying model
*/
GListModel *
gtk_multi_selection_get_model (GtkMultiSelection *self)