From 1e9bdb4647028c728088b7ff94de15548d7f0335 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Sat, 1 Jan 2022 19:05:06 +0100 Subject: [PATCH] gtk: mark gtk_list_box_get_adjustment as nullable similar to its setter function --- gtk/gtklistbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtklistbox.c b/gtk/gtklistbox.c index 95120f8cef..3a75bc0f3e 100644 --- a/gtk/gtklistbox.c +++ b/gtk/gtklistbox.c @@ -1078,7 +1078,7 @@ gtk_list_box_set_adjustment (GtkListBox *box, * Gets the adjustment (if any) that the widget uses to * for vertical scrolling. * - * Returns: (transfer none): the adjustment + * Returns: (transfer none) (nullable): the adjustment */ GtkAdjustment * gtk_list_box_get_adjustment (GtkListBox *box)