From 1a8a35f3478a2ac6cd8d0c5860ec108e3316fa52 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Fri, 17 Feb 2017 22:01:32 +0000 Subject: [PATCH] =?UTF-8?q?Image=E2=80=94Add=20some=20more=20missing=20(nu?= =?UTF-8?q?llable)=20annotations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gtk/gtkimage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c index 1ed309ffb5..2d7c0e6806 100644 --- a/gtk/gtkimage.c +++ b/gtk/gtkimage.c @@ -657,7 +657,7 @@ gtk_image_new_from_animation (GdkPixbufAnimation *animation) /** * gtk_image_new_from_icon_name: - * @icon_name: an icon name + * @icon_name: (nullable): an icon name or %NULL * @size: (type int): a stock icon size (#GtkIconSize) * * Creates a #GtkImage displaying an icon from the current icon theme. @@ -989,7 +989,7 @@ gtk_image_set_from_animation (GtkImage *image, /** * gtk_image_set_from_icon_name: * @image: a #GtkImage - * @icon_name: an icon name + * @icon_name: (nullable): an icon name or %NULL * @size: (type int): an icon size (#GtkIconSize) * * See gtk_image_new_from_icon_name() for details.