From f846eec894113d561d7083ce9bb5dd2268edc40b Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Sat, 1 Jan 2022 17:56:07 +0100 Subject: [PATCH] gtk: mark gtk_no_selection_get_model nullable The constructor is nullable so should the getter be --- gtk/gtknoselection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtknoselection.c b/gtk/gtknoselection.c index 7727ccc00b..9b48082d6a 100644 --- a/gtk/gtknoselection.c +++ b/gtk/gtknoselection.c @@ -242,7 +242,7 @@ gtk_no_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_no_selection_get_model (GtkNoSelection *self)