Home | History | Annotate | Download | only in proxy

Lines Matching refs:schemas

556     const gchar* const* schemas = libgio_loader_.g_settings_list_schemas();
557 while (*schemas) {
558 if (strcmp(schema_name, static_cast<const char*>(*schemas)) == 0)
560 schemas++;