[gtk+] gtk: fix syntax of an annotation



commit a95c4c1bb46d893e0066503183b6bbeedfb370e3
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Sat Oct 15 19:37:43 2011 +0200

    gtk: fix syntax of an annotation

 gtk/gtkgrid.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkgrid.c b/gtk/gtkgrid.c
index f6ec2f1..df0c114 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]