[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:
@ -441,7 +441,7 @@ gtk_print_job_set_source_file (GtkPrintJob *job,
|
||||
/**
|
||||
* gtk_print_job_get_surface:
|
||||
* @job: a #GtkPrintJob
|
||||
* @error: return location for errors, or %NULL
|
||||
* @error: (allow-none): return location for errors, or %NULL
|
||||
*
|
||||
* Gets a cairo surface onto which the pages of
|
||||
* the print job should be rendered.
|
||||
|
||||
Reference in New Issue
Block a user