docs: use proper quotations instead of '*'

This commit is contained in:
William Jon McCann
2014-02-07 14:03:49 -05:00
parent 4dee965116
commit 13998c55e7
60 changed files with 124 additions and 124 deletions

View File

@ -1394,7 +1394,7 @@ gtk_cell_renderer_real_get_aligned_area (GtkCellRenderer *cell,
* cell alignment in a target allocation (used to draw focus and align
* cells in the icon view).
*
* Note this is only a trivial 'align * (allocation - request)' operation.
* Note this is only a trivial align * (allocation - request) operation.
*/
void
_gtk_cell_renderer_calc_offset (GtkCellRenderer *cell,