mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01:00
Push the unimplementedness down into gvdb
This commit is contained in:
parent
8f23a01b5d
commit
274e216bac
@ -185,6 +185,5 @@ gboolean
|
||||
g_settings_schema_has_key (GSettingsSchema *schema,
|
||||
const gchar *key)
|
||||
{
|
||||
/* XXX vuntz wants a commit now :) */
|
||||
return TRUE;
|
||||
return gvdb_table_has_value (schema->priv->table, key);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user