From: Bilal Elmoussaoui Date: Fri, 11 Feb 2022 10:56:40 +0000 (+0100) Subject: g-i: add nullable annotation to gtk_single_selection_get_model X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~4^2~4^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=85bb9aaefc79261124fcfc28d445d04e531b2703;p=gtk4.git g-i: add nullable annotation to gtk_single_selection_get_model --- diff --git a/gtk/gtksingleselection.c b/gtk/gtksingleselection.c index 8990ce3e62..7b01cb6f19 100644 --- a/gtk/gtksingleselection.c +++ b/gtk/gtksingleselection.c @@ -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)