forked from AuroraMiddleware/gtk
docs: add field descriptions for GtkSettingsValue
This commit is contained in:
parent
34ea1919cf
commit
339524ba0d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user