summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2017-02-16 12:22:33 +0100
committerTimm Bäder <mail@baedert.org>2017-02-17 18:23:01 +0100
commit548f6138ef674445c0f19f03db5e9d99f7d43ce5 (patch)
treebd5aa7a4467232d34c5abb742d6bdc2a32e84179 /gtk/gtkbutton.c
parente0738b1e434a59243c9d5f786f3c1417d6758c6e (diff)
downloadgtk+-548f6138ef674445c0f19f03db5e9d99f7d43ce5.tar.gz
Add a few missing (nullable) annotations
Diffstat (limited to 'gtk/gtkbutton.c')
-rw-r--r--gtk/gtkbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c
index 7ac14e54bd..df8e455c79 100644
--- a/gtk/gtkbutton.c
+++ b/gtk/gtkbutton.c
@@ -661,7 +661,7 @@ gtk_button_new_with_label (const gchar *label)
/**
* gtk_button_new_from_icon_name:
- * @icon_name: an icon name
+ * @icon_name: (nullable): an icon name or %NULL
* @size: (type int): an icon size (#GtkIconSize)
*
* Creates a new button containing an icon from the current icon theme.