[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:
@ -1012,8 +1012,8 @@ gtk_range_get_range_rect (GtkRange *range,
|
||||
/**
|
||||
* gtk_range_get_slider_range:
|
||||
* @range: a #GtkRange
|
||||
* @slider_start: return location for the slider's start, or %NULL
|
||||
* @slider_end: return location for the slider's end, or %NULL
|
||||
* @slider_start: (allow-none): return location for the slider's start, or %NULL
|
||||
* @slider_end: (allow-none): return location for the slider's end, or %NULL
|
||||
*
|
||||
* This function returns sliders range along the long dimension,
|
||||
* in widget->window coordinates.
|
||||
|
||||
Reference in New Issue
Block a user