[annotations] Add allow-none
This commit was created using a script that searched for all docstrings containing a parameter and the string 'or %NULL'. Gdk backends and demos excluded as they are not part of a public API https://bugzilla.gnome.org/show_bug.cgi?id=610474
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
|
||||
/**
|
||||
* gtk_show_uri:
|
||||
* @screen: screen to show the uri on or %NULL for the default screen
|
||||
* @screen: (allow-none): screen to show the uri on or %NULL for the default screen
|
||||
* @uri: the uri to show
|
||||
* @timestamp: a timestamp to prevent focus stealing.
|
||||
* @error: a #GError that is returned in case of errors
|
||||
|
||||
Reference in New Issue
Block a user