Annotation fix

parent is nullable in gtk_show_uri_on_window
This commit is contained in:
Matthias Clasen
2016-07-06 23:25:32 -04:00
parent e0ff427616
commit fe3a47ba4b

View File

@@ -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