GSettings: remove "context" from backend too.

Note: this is a GSettingsBackend API/ABI change.
This commit is contained in:
Ryan Lortie
2010-06-17 15:06:33 -04:00
parent 4708b8ecc3
commit 0010e86572
2 changed files with 1 additions and 74 deletions

View File

@@ -65,8 +65,6 @@ struct _GSettingsBackendClass
{
GObjectClass parent_class;
gboolean (*supports_context) (const gchar *context);
GVariant * (*read) (GSettingsBackend *backend,
const gchar *key,
const GVariantType *expected_type,