docs: add field descriptions for GtkSettingsValue

This commit is contained in:
William Jon McCann 2014-01-20 20:27:15 -05:00
parent 34ea1919cf
commit 339524ba0d

View File

@ -63,6 +63,13 @@ struct _GtkSettingsClass
void (*_gtk_reserved4) (void);
};
/**
* GtkSettingsValue:
* @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
*/
struct _GtkSettingsValue
{
/* origin should be something like "filename:linenumber" for rc files,