GtkListBox: get_row_at_y can return NULL
This commit is contained in:
committed by
Matthias Clasen
parent
8c6222e54d
commit
4bf28f8a3b
@@ -677,7 +677,8 @@ gtk_list_box_get_row_at_index (GtkListBox *box,
|
||||
*
|
||||
* Gets the row at the @y position.
|
||||
*
|
||||
* Returns: (transfer none): the row
|
||||
* Returns: (transfer none) (nullable): the row or %NULL
|
||||
* in case no row exists for the given y coordinate.
|
||||
*
|
||||
* Since: 3.10
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user