From fe3a47ba4b0752e08f6c94acfcbdda827fee9610 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 6 Jul 2016 23:25:32 -0400 Subject: [PATCH] Annotation fix parent is nullable in gtk_show_uri_on_window --- gtk/gtkshow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkshow.c b/gtk/gtkshow.c index 6fb7e0f5ad..1bec9808ef 100644 --- a/gtk/gtkshow.c +++ b/gtk/gtkshow.c @@ -82,7 +82,7 @@ gtk_show_uri (GdkScreen *screen, /** * gtk_show_uri_on_window: - * @parent: parent window + * @parent: (allow-none): parent window * @uri: the uri to show * @timestamp: a timestamp to prevent focus stealing * @error: a #GError that is returned in case of errors