From e09c1031879a5734a82a433fbcbb5aeddb7bdbf3 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Thu, 9 Nov 2017 09:44:49 +0000 Subject: [PATCH] Window: Document get_icon() return as nullable --- gtk/gtkwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index bbbb9eef33..4143c3a407 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -4859,7 +4859,7 @@ gtk_window_get_icon_name (GtkWindow *window) * called gtk_window_set_icon_list(), gets the first icon in * the icon list). * - * Returns: (transfer none): icon for window + * Returns: (transfer none) (nullable): icon for window or %NULL if none **/ GdkPixbuf* gtk_window_get_icon (GtkWindow *window)