mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
GSettings: remove "context" from backend too.
Note: this is a GSettingsBackend API/ABI change.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user