From 4bf28f8a3bf0813e785d7ecea8f7e817baee4e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Wed, 6 Jan 2016 10:46:29 +0100 Subject: [PATCH] GtkListBox: get_row_at_y can return NULL --- gtk/gtklistbox.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gtklistbox.c b/gtk/gtklistbox.c index 2dbe0cd8f3..56d56b5fac 100644 --- a/gtk/gtklistbox.c +++ b/gtk/gtklistbox.c @@ -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 */