From: Daniel Boles Date: Fri, 17 Feb 2017 22:01:32 +0000 (+0000) Subject: Image—Add some more missing (nullable) annotations X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~809 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6cdeac1c6a55f4a0796a56b19f729b16ddd31212;p=gtk%2B3.0.git Image—Add some more missing (nullable) annotations --- diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c index 66f5d5289b..5f02e97b28 100644 --- a/gtk/gtkimage.c +++ b/gtk/gtkimage.c @@ -795,7 +795,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. @@ -1210,7 +1210,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.