diff options
author | Emmanuele Bassi <ebassi@gmail.com> | 2023-02-20 21:30:05 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gmail.com> | 2023-02-20 21:30:05 +0000 |
commit | 378f1421f0a290d753eea672fb49a2545c3788c8 (patch) | |
tree | 068ee314f7c59559ad35ebc77c12efcf59420847 | |
parent | 624458df9dd8d1cfc6af212916a608a7216dbdbd (diff) | |
parent | a209a73c69c23e6060428cee95f20e1f9b7e5a71 (diff) | |
download | gtk+-378f1421f0a290d753eea672fb49a2545c3788c8.tar.gz |
Merge branch 'main' into 'main'
button: Remove nullable annotation for new_from_icon_name()
Closes #5606
See merge request GNOME/gtk!5544
-rw-r--r-- | gtk/gtkbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. * |