Home
last modified time | relevance | path

Searched refs:applyto_list (Results 1 – 1 of 1) sorted by relevance

/dports/devel/gconf2/GConf-3.2.6/gconf/
H A Dgconftool.c2956 GSList* applyto_list; in get_schema_values_from_xml() local
2960 if (get_schema_from_xml(node, &schema_key, &schemas_hash, &applyto_list) == 1) in get_schema_values_from_xml()
2971 tmp = applyto_list; in get_schema_values_from_xml()
2977 g_slist_free(applyto_list); in get_schema_values_from_xml()
3755 …ema_from_xml(xmlNodePtr node, gchar **schema_key, GHashTable** schemas_hash, GSList **applyto_list) in get_schema_from_xml() argument
3824 *applyto_list = info.apply_to; in get_schema_from_xml()
3896 GSList* applyto_list = NULL; in process_schema() local
3901 if (get_schema_from_xml(node, &schema_key, &schemas_hash, &applyto_list) == 1) in process_schema()
3908 process_key_list(conf, unload, schema_key, applyto_list); in process_schema()
3923 tmp = applyto_list; in process_schema()
[all …]