From: Philipp Hörist Date: Mon, 20 Feb 2023 19:32:06 +0000 (+0100) Subject: button: Remove nullable annotation for new_from_icon_name() X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~6^2~45^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a209a73c69c23e6060428cee95f20e1f9b7e5a71;p=gtk4.git button: Remove nullable annotation for new_from_icon_name() This makes it more consistent with set_icon_name() which does also not accept NULL. Fixes #5606 --- diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index dda8c194ee..a5b0044885 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -638,7 +638,7 @@ gtk_button_new_with_label (const char *label) /** * gtk_button_new_from_icon_name: - * @icon_name: (nullable): an icon name + * @icon_name: an icon name * * Creates a new button containing an icon from the current icon theme. *