From: Jens Georg Date: Tue, 19 Apr 2022 08:17:39 +0000 (+0200) Subject: widget: Mark format as nullable in activate_action X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~8^2~90^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e600fcbcc52de7851fc9f320271879c55a9711fd;p=gtk4.git widget: Mark format as nullable in activate_action The doc and the code allow it to be NULL --- diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index afe7e9224e..56e3fa25bf 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -11345,7 +11345,7 @@ gtk_widget_activate_action_variant (GtkWidget *widget, * gtk_widget_activate_action: * @widget: a `GtkWidget` * @name: the name of the action to activate - * @format_string: GVariant format string for arguments or %NULL + * @format_string: (nullable): GVariant format string for arguments or %NULL * for no arguments * @...: arguments, as given by format string *