From aba2d994e6e5648dfd101eeab8584900ff9a42f4 Mon Sep 17 00:00:00 2001 From: Corey Berla Date: Wed, 4 May 2022 21:48:11 -0700 Subject: [PATCH] gridview: Fix typo in docstring for gtk_grid_view_get_cell_at_y() --- gtk/gtkgridview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkgridview.c b/gtk/gtkgridview.c index e7fe878a59..17b0ca5a36 100644 --- a/gtk/gtkgridview.c +++ b/gtk/gtkgridview.c @@ -204,7 +204,7 @@ cell_augment (GtkRbTree *tree, * index of the returned row * @offset: (out caller-allocates) (optional): stores the offset * in pixels between y and top of cell. - * @offset: (out caller-allocates) (optional): stores the height + * @size: (out caller-allocates) (optional): stores the height * of the cell * * Gets the Cell that occupies the leftmost position in the row at offset -- 2.30.2