Fixed gtk-docs typo in gtkcellarea.c

This commit is contained in:
Tristan Van Berkom 2010-12-08 22:30:03 +09:00
parent 40e9f91f43
commit f1c26dfdb2

View File

@ -1844,7 +1844,7 @@ get_cell_by_position (GtkCellRenderer *renderer,
* Gets the #GtkCellRenderer at @x and @y coordinates inside @area and optionally
* returns the full cell allocation for it inside @cell_area.
*
* Returns value: the #GtkCellRenderer at @x and @y.
* Return value: the #GtkCellRenderer at @x and @y.
*
* Since: 3.0
*/