Merge branch 'main' into 'main'

button: Remove nullable annotation for new_from_icon_name()

Closes #5606

See merge request GNOME/gtk!5544
This commit is contained in:
Emmanuele Bassi 2023-02-20 21:30:05 +00:00
commit 378f1421f0

View File

@ -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.
*