Add a few missing (nullable) annotations

This commit is contained in:
Timm Bäder
2017-02-16 12:22:33 +01:00
committed by djb
parent 98c04230c3
commit 8aa9fb38a3
3 changed files with 4 additions and 4 deletions

View File

@ -1417,7 +1417,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.