Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgsettingsschema.c1165 GvdbTable *child_table; in g_settings_schema_list() local
1171 child_table = NULL; in g_settings_schema_list()
1174 …if ((child_table = gvdb_table_get_table (source->table, g_variant_get_string (child_schema, NULL))… in g_settings_schema_list()
1180 if (child_table == NULL) in g_settings_schema_list()
1189 if (gvdb_table_has_value (child_table, ".path")) in g_settings_schema_list()
1195 path = gvdb_table_get_raw_value (child_table, ".path"); in g_settings_schema_list()
1208 gvdb_table_free (child_table); in g_settings_schema_list()