[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:
@ -434,7 +434,7 @@ gtk_entry_buffer_class_init (GtkEntryBufferClass *klass)
|
||||
|
||||
/**
|
||||
* gtk_entry_buffer_new:
|
||||
* @initial_chars: initial buffer text, or %NULL
|
||||
* @initial_chars: (allow-none): initial buffer text, or %NULL
|
||||
* @n_initial_chars: number of characters in @initial_chars, or -1
|
||||
*
|
||||
* Create a new GtkEntryBuffer object.
|
||||
|
||||
Reference in New Issue
Block a user