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:
|
* gtk_grid_attach_next_to:
|
||||||
* @grid: a #GtkGrid
|
* @grid: a #GtkGrid
|
||||||
* @child: the widget to add
|
* @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
|
* next to, or %NULL to place @child at the beginning or end
|
||||||
* @side: the side of @sibling that @child is positioned next to
|
* @side: the side of @sibling that @child is positioned next to
|
||||||
* @width: the number of columns that @child will span
|
* @width: the number of columns that @child will span
|
||||||
|
Loading…
Reference in New Issue
Block a user