diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-05-18 17:05:26 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-05-20 19:17:49 -0400 |
commit | 8ba16eb4f1e6df67d79a9d509a3a45126a032e46 (patch) | |
tree | bb493f2acbf893de29db9e393a4f364b7dd05ac2 /gtk/gtkgridview.c | |
parent | ab6a5be0f860c29432b4a8e9d3a4cd3bbad0a63a (diff) | |
download | gtk+-8ba16eb4f1e6df67d79a9d509a3a45126a032e46.tar.gz |
Documentation fixes
Mostly fixing up indentation of continuation lines,
and other small cleanups.
Diffstat (limited to 'gtk/gtkgridview.c')
-rw-r--r-- | gtk/gtkgridview.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkgridview.c b/gtk/gtkgridview.c index 8a8b2f1346..e722881d6d 100644 --- a/gtk/gtkgridview.c +++ b/gtk/gtkgridview.c @@ -201,14 +201,14 @@ cell_augment (GtkRbTree *tree, * @self: a `GtkGridView` * @y: an offset in direction of @self's orientation * @position: (out caller-allocates) (optional): stores the position - * index of the returned row + * index of the returned row * @offset: (out caller-allocates) (optional): stores the offset - * in pixels between y and top of cell. + * in pixels between y and top of cell. * @offset: (out caller-allocates) (optional): stores the height - * of the cell + * of the cell * * Gets the Cell that occupies the leftmost position in the row at offset - * @y into the primary direction. + * @y into the primary direction. * * If y is larger than the height of all cells, %NULL will be returned. * In particular that means that for an empty grid, %NULL is returned |