diff options
author | Timm Bäder <mail@baedert.org> | 2017-02-16 12:22:33 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2017-02-17 18:23:01 +0100 |
commit | 548f6138ef674445c0f19f03db5e9d99f7d43ce5 (patch) | |
tree | bd5aa7a4467232d34c5abb742d6bdc2a32e84179 /gtk/gtkbutton.c | |
parent | e0738b1e434a59243c9d5f786f3c1417d6758c6e (diff) | |
download | gtk+-548f6138ef674445c0f19f03db5e9d99f7d43ce5.tar.gz |
Add a few missing (nullable) annotations
Diffstat (limited to 'gtk/gtkbutton.c')
-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 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. |