From 7fe0610b681c96823c45b88ca2c9657f1320bef8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 19 May 2021 07:24:34 -0400 Subject: introspection: Stop using allow-none allow-none has been deprecated for a long time already. Instead use optional and nullable everywhere. --- gtk/gtkstackswitcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkstackswitcher.c') diff --git a/gtk/gtkstackswitcher.c b/gtk/gtkstackswitcher.c index 7ce0efb109..a56d81a44a 100644 --- a/gtk/gtkstackswitcher.c +++ b/gtk/gtkstackswitcher.c @@ -397,7 +397,7 @@ unset_stack (GtkStackSwitcher *switcher) /** * gtk_stack_switcher_set_stack: (attributes org.gtk.Method.set_property=stack) * @switcher: a `GtkStackSwitcher` - * @stack: (allow-none): a `GtkStack` + * @stack: (nullable): a `GtkStack` * * Sets the stack to control. */ -- cgit v1.2.1