From: Timm Bäder Date: Sat, 31 Aug 2019 08:46:06 +0000 (+0200) Subject: icontheme: Annotate return value as nullable X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~20^2~891 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eeec6f8fb985ec8d14d11e3a114ea597918564e9;p=gtk4.git icontheme: Annotate return value as nullable --- diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index b8d3b9a5e2..a6916d1d29 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -4456,7 +4456,8 @@ gtk_icon_theme_lookup_symbolic_colors (GtkCssStyle *style, * * See gtk_icon_info_load_symbolic() for more details. * - * Returns: (transfer full): a #GdkPixbuf representing the loaded icon + * Returns: (transfer full) (nullable): a #GdkPixbuf representing the loaded icon + * or %NULL If the icon could not be loaded */ GdkPaintable * gtk_icon_info_load_symbolic_for_context (GtkIconInfo *icon_info,