icontheme: Annotate return value as nullable
authorTimm Bäder <mail@baedert.org>
Sat, 31 Aug 2019 08:46:06 +0000 (10:46 +0200)
committerTimm Bäder <mail@baedert.org>
Mon, 9 Sep 2019 15:36:26 +0000 (17:36 +0200)
gtk/gtkicontheme.c

index b8d3b9a5e2a366a91b6d3e2a2f3d90d69d57a6f6..a6916d1d29cb8bb3af163eab26b488d377aa7d4f 100644 (file)
@@ -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,