summaryrefslogtreecommitdiff
path: root/gtk/gtkcelllayout.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-01-06 07:44:19 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-01-06 07:44:19 -0500
commit5984fa007333e6c70db2491e0fae1059d493ce54 (patch)
tree87b5850e27283c019e4974dee012db57155ffd09 /gtk/gtkcelllayout.c
parent2f09f800cc2ba26d8d0d7ec60d577cbc8f528bad (diff)
downloadgtk+-5984fa007333e6c70db2491e0fae1059d493ce54.tar.gz
Fix introspection annotation syntax
Diffstat (limited to 'gtk/gtkcelllayout.c')
-rw-r--r--gtk/gtkcelllayout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcelllayout.c b/gtk/gtkcelllayout.c
index 7c589f2108..49b2ec4d46 100644
--- a/gtk/gtkcelllayout.c
+++ b/gtk/gtkcelllayout.c
@@ -322,7 +322,7 @@ gtk_cell_layout_add_attribute (GtkCellLayout *cell_layout,
* gtk_cell_layout_set_cell_data_func:
* @cell_layout: a #GtkCellLayout
* @cell: a #GtkCellRenderer
- * @func (allow-none: the #GtkCellLayoutDataFunc to use, or %NULL
+ * @func: (allow-none): the #GtkCellLayoutDataFunc to use, or %NULL
* @func_data: user data for @func
* @destroy: destroy notify for @func_data
*