Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgsettings-tool.c275 GSettingsSchema *child_schema; in list_recursively() local
277 g_object_get (child, "settings-schema", &child_schema, NULL); in list_recursively()
278 will_see_elsewhere = !is_relocatable_schema (child_schema); in list_recursively()
279 g_settings_schema_unref (child_schema); in list_recursively()
Dglib-compile-schemas.c168 gchar *child_schema; member
249 key_state_new_child (const gchar *child_schema) in key_state_new_child() argument
254 state->child_schema = g_strdup (child_schema); in key_state_new_child()
640 if (state->child_schema) in key_state_serialise()
642 state->serialised = g_variant_new_string (state->child_schema); in key_state_serialise()
754 g_free (state->child_schema); in key_state_free()
1690 if (state->child_schema && in output_key()
1691 !g_hash_table_lookup (data->schema_table, state->child_schema)) in output_key()
1695 state->child_schema); in output_key()
Dgsettingsschema.c1164 GVariant *child_schema; in g_settings_schema_list() local
1167 child_schema = gvdb_table_get_raw_value (schema->table, name); in g_settings_schema_list()
1168 if (!child_schema) in g_settings_schema_list()
1174 …f ((child_table = gvdb_table_get_table (source->table, g_variant_get_string (child_schema, NULL)))) in g_settings_schema_list()
1177 g_variant_unref (child_schema); in g_settings_schema_list()
Dgsettings.c2437 const gchar *child_schema; in g_settings_get_child() local
2445 child_schema = g_settings_schema_get_string (settings->priv->schema, in g_settings_get_child()
2447 if (child_schema == NULL) in g_settings_get_child()
2454 "schema-id", child_schema, in g_settings_get_child()