mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
GtkListBox: get_row_at_y can return NULL
This commit is contained in:
parent
83fc4d591a
commit
a9d5fa4cfe
@ -721,7 +721,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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user