From: Daniel Boles Date: Thu, 14 Sep 2017 20:19:12 +0000 (+0100) Subject: Expander: Replace (allow-none) with (nullable) X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~171 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7b08d11891ea1cbc3a581023f607fc9e91cf66fd;p=gtk%2B3.0.git Expander: Replace (allow-none) with (nullable) The former is deprecated in favour of the latter. --- diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c index 894a34a648..bc6b90e425 100644 --- a/gtk/gtkexpander.c +++ b/gtk/gtkexpander.c @@ -1231,7 +1231,7 @@ gtk_expander_new (const gchar *label) /** * gtk_expander_new_with_mnemonic: - * @label: (allow-none): the text of the label with an underscore + * @label: (nullable): the text of the label with an underscore * in front of the mnemonic character * * Creates a new expander using @label as the text of the label. @@ -1376,7 +1376,7 @@ gtk_expander_get_spacing (GtkExpander *expander) /** * gtk_expander_set_label: * @expander: a #GtkExpander - * @label: (allow-none): a string + * @label: (nullable): a string * * Sets the text of the label of the expander to @label. * @@ -1555,7 +1555,7 @@ gtk_expander_get_use_markup (GtkExpander *expander) /** * gtk_expander_set_label_widget: * @expander: a #GtkExpander - * @label_widget: (allow-none): the new label widget + * @label_widget: (nullable): the new label widget * * Set the label widget for the expander. This is the widget * that will appear embedded alongside the expander arrow.