mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 23:24:16 +00:00
gtk: mark MultiSelection::get_model as nullable
the constructor & setter takes a nullable model
This commit is contained in:
parent
985a39d41f
commit
b803bb5edb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user