Home
last modified time | relevance | path

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

/third_party/glib/gio/gvdb/
Dgvdb-reader.h64 GVariant * gvdb_table_get_raw_value (GvdbTable *table,
Dgvdb-reader.c652 gvdb_table_get_raw_value (GvdbTable *table, in gvdb_table_get_raw_value() function
/third_party/glib/gio/
Dgsettingsschema.c962 if ((value = gvdb_table_get_raw_value (schema->table, key))) in g_settings_schema_get_string()
982 if ((value = gvdb_table_get_raw_value (s->table, key))) in g_settings_schema_get_value()
1167 child_schema = gvdb_table_get_raw_value (schema->table, name); in g_settings_schema_list()
1195 path = gvdb_table_get_raw_value (child_table, ".path"); in g_settings_schema_list()
Dgresource.c676 value = gvdb_table_get_raw_value (resource->table, path); in do_lookup()