[gtk: 7/11] gridview: Fix typo in docstring for gtk_grid_view_get_cell_at_y()




commit aba2d994e6e5648dfd101eeab8584900ff9a42f4
Author: Corey Berla <corey berla me>
Date:   Wed May 4 21:48:11 2022 -0700

    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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]