docs: add docs for GtkRcProperty

This commit is contained in:
William Jon McCann
2014-01-21 11:14:50 -05:00
parent 77f3f726e7
commit b447ca7884

View File

@ -320,6 +320,16 @@ guint gtk_rc_parse_priority (GScanner *scanner,
/* rc properties
* (structure forward declared in gtkstyle.h)
*/
/**
* GtkRcProperty:
* @type_name: quark-ified type identifier
* @property_name: quark-ified property identifier like
* "GtkScrollbar::spacing"
* @origin: field similar to one found in #GtkSettingsValue
* @value:field similar to one found in #GtkSettingsValue
*
* Deprecated
*/
struct _GtkRcProperty
{
/* quark-ified property identifier like "GtkScrollbar::spacing" */