Fixed gtk-doc statement in GtkCellArea header

This commit is contained in:
Tristan Van Berkom 2010-12-06 16:29:13 +09:00
parent 2588165bfb
commit c6572265cb

View File

@ -75,7 +75,7 @@ typedef gboolean (*GtkCellCallback) (GtkCellRenderer *renderer,
/** /**
* GtkCellAllocCallback: * GtkCellAllocCallback:
* @renderer: the cell renderer to operate on * @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 * @data: user-supplied data
* *
* The type of the callback functions used for iterating over * The type of the callback functions used for iterating over