docs: add field descriptions for GtkSettingsValue
This commit is contained in:
		| @ -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, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 William Jon McCann
					William Jon McCann