From c6572265cb124d28fa35514bf3d569797c2beed6 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 6 Dec 2010 16:29:13 +0900 Subject: [PATCH] Fixed gtk-doc statement in GtkCellArea header --- gtk/gtkcellarea.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcellarea.h b/gtk/gtkcellarea.h index 83c174188f..c8021f73c7 100644 --- a/gtk/gtkcellarea.h +++ b/gtk/gtkcellarea.h @@ -75,7 +75,7 @@ typedef gboolean (*GtkCellCallback) (GtkCellRenderer *renderer, /** * GtkCellAllocCallback: * @renderer: the cell renderer to operate on - * @area: the area allocated to @renderer inside the rectangle provided to gtk_cell_area_foreach_alloc(). + * @cell_area: the area allocated to @renderer inside the rectangle provided to gtk_cell_area_foreach_alloc(). * @data: user-supplied data * * The type of the callback functions used for iterating over