mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 17:50:18 +00:00
gtk: fix syntax of an annotation
This commit is contained in:
parent
0853ce3077
commit
a95c4c1bb4
@ -1453,7 +1453,7 @@ gtk_grid_attach (GtkGrid *grid,
|
||||
* gtk_grid_attach_next_to:
|
||||
* @grid: a #GtkGrid
|
||||
* @child: the widget to add
|
||||
* @sibling (allow-none): the child of @grid that @child will be placed
|
||||
* @sibling: (allow-none): the child of @grid that @child will be placed
|
||||
* next to, or %NULL to place @child at the beginning or end
|
||||
* @side: the side of @sibling that @child is positioned next to
|
||||
* @width: the number of columns that @child will span
|
||||
|
Loading…
Reference in New Issue
Block a user