diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-05 13:07:34 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-05 15:08:42 -0500 |
commit | 2a45418b673d10f60e9334ebcfa493f125d26e02 (patch) | |
tree | bd459a39a8aae3ade27524b5e1199eb38d972c25 /gtk/gtkcellarea.c | |
parent | c3dfb17031842458e86907e8c1d3a1ca4c442a8c (diff) | |
download | gtk+-2a45418b673d10f60e9334ebcfa493f125d26e02.tar.gz |
docs: use proper quotes
Diffstat (limited to 'gtk/gtkcellarea.c')
-rw-r--r-- | gtk/gtkcellarea.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkcellarea.c b/gtk/gtkcellarea.c index 2cdca2c250..e7f0f7ff9e 100644 --- a/gtk/gtkcellarea.c +++ b/gtk/gtkcellarea.c @@ -53,7 +53,7 @@ * * It's also important for areas to maintain some cell * alignments with areas rendered for adjacent rows (cells can - * appear "columnized" inside an area even when the size of + * appear “columnized” inside an area even when the size of * cells are different in each row). For this reason the #GtkCellArea * uses a #GtkCellAreaContext object to store the alignments * and sizes along the way (as well as the overall largest minimum @@ -322,9 +322,9 @@ * <link linkend="child-properties">child properties</link> * for #GtkWidgets. This provides some general interfaces for defining * the relationship cell areas have with their cells. For instance in a - * #GtkCellAreaBox a cell might "expand" and receive extra space when + * #GtkCellAreaBox a cell might “expand” and receive extra space when * the area is allocated more than its full natural request, or a cell - * might be configured to "align" with adjacent rows which were requested + * might be configured to “align” with adjacent rows which were requested * and rendered with the same #GtkCellAreaContext. * * Use gtk_cell_area_class_install_cell_property() to install cell |