diff options
Diffstat (limited to 'gtk/gtkcelllayout.c')
-rw-r--r-- | gtk/gtkcelllayout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcelllayout.c b/gtk/gtkcelllayout.c index 3fd59ade6b..d3870a0526 100644 --- a/gtk/gtkcelllayout.c +++ b/gtk/gtkcelllayout.c @@ -449,7 +449,7 @@ gtk_cell_layout_set_attributesv (GtkCellLayout *cell_layout, * gtk_cell_layout_set_attributes: * @cell_layout: a #GtkCellLayout * @cell: a #GtkCellRenderer - * @Varargs: a %NULL-terminated list of attributes + * @...: a %NULL-terminated list of attributes * * Sets the attributes in list as the attributes of @cell_layout. * |