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

@ -307,7 +307,7 @@ struct _GtkStyleContextClass
*
* A CSS class to match primary toolbars.
*
* This should be used for the 'main' toolbar of an application,
* This should be used for the main toolbar of an application,
* right below its menubar.
*/
#define GTK_STYLE_CLASS_PRIMARY_TOOLBAR "primary-toolbar"
@ -473,7 +473,7 @@ struct _GtkStyleContextClass
/**
* GTK_STYLE_CLASS_SPINNER:
*
* A CSS class to use when rendering activity as a 'spinner'.
* A CSS class to use when rendering activity as a spinner.
*
* This is used by #GtkSpinner and #GtkCellRendererSpinner.
*/