struct GConfSchema {
GConfValueType type; /* Type of the described entry */
GConfValueType list_type; /* List type of the described entry */
GConfValueType car_type; /* Pair car type of the described entry */
GConfValueType cdr_type; /* Pair cdr type of the described entry */
gchar* locale; /* Schema locale */
gchar* owner; /* Name of creating application */
gchar* short_desc; /* 40 char or less description, no newlines */
gchar* long_desc; /* could be a paragraph or so */
GConfValue* default_value; /* Default value of the key */
}; |