summaryrefslogtreecommitdiff
path: root/gtk/gtkgrid.c
diff options
context:
space:
mode:
authorTorsten Schönfeld <kaffeetisch@gmx.de>2011-10-15 19:37:43 +0200
committerTorsten Schönfeld <kaffeetisch@gmx.de>2011-10-15 19:37:43 +0200
commita95c4c1bb46d893e0066503183b6bbeedfb370e3 (patch)
tree71743f4d4846ac420c26e0bb797d92ff31aa6e83 /gtk/gtkgrid.c
parent0853ce3077d577a5062f224918a115a2e52803af (diff)
downloadgtk+-a95c4c1bb46d893e0066503183b6bbeedfb370e3.tar.gz
gtk: fix syntax of an annotation
Diffstat (limited to 'gtk/gtkgrid.c')
-rw-r--r--gtk/gtkgrid.c2
1 files changed, 1 insertions, 1 deletions
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