docs: use proper quotes

This commit is contained in:
William Jon McCann
2014-02-05 13:07:34 -05:00
parent c3dfb17031
commit 2a45418b67
141 changed files with 668 additions and 668 deletions

View File

@ -65,8 +65,8 @@ struct _GtkSettingsClass
/**
* GtkSettingsValue:
* @origin: Origin should be something like "filename:linenumber" for
* rc files, or e.g. "XProperty" for other sources.
* @origin: Origin should be something like filename:linenumber for
* rc files, or e.g. XProperty for other sources.
* @value: Valid types are LONG, DOUBLE and STRING corresponding to
* the token parsed, or a GSTRING holding an unparsed statement
*/