[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:
@ -484,7 +484,7 @@ gtk_test_text_get (GtkWidget *widget)
|
||||
/**
|
||||
* gtk_test_create_widget
|
||||
* @widget_type: a valid widget type.
|
||||
* @first_property_name: Name of first property to set or %NULL
|
||||
* @first_property_name: (allow-none): Name of first property to set or %NULL
|
||||
* @Varargs: value to set the first property to, followed by more
|
||||
* name-value pairs, terminated by %NULL
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user