From a95c4c1bb46d893e0066503183b6bbeedfb370e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20Sch=C3=B6nfeld?= Date: Sat, 15 Oct 2011 19:37:43 +0200 Subject: [PATCH] gtk: fix syntax of an annotation --- gtk/gtkgrid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkgrid.c b/gtk/gtkgrid.c index f6ec2f1111..df0c11491b 100644 --- a/gtk/gtkgrid.c +++ b/gtk/gtkgrid.c @@ -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