summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2023-02-20 21:30:05 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2023-02-20 21:30:05 +0000
commit378f1421f0a290d753eea672fb49a2545c3788c8 (patch)
tree068ee314f7c59559ad35ebc77c12efcf59420847
parent624458df9dd8d1cfc6af212916a608a7216dbdbd (diff)
parenta209a73c69c23e6060428cee95f20e1f9b7e5a71 (diff)
downloadgtk+-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.c2
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.
*