mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-25 11:27:53 +02:00
Add sync method to GSettingsBackend, and pad
This commit is contained in:
@@ -93,6 +93,9 @@ struct _GSettingsBackendClass
|
|||||||
const gchar *name);
|
const gchar *name);
|
||||||
void (*unsubscribe) (GSettingsBackend *backend,
|
void (*unsubscribe) (GSettingsBackend *backend,
|
||||||
const gchar *name);
|
const gchar *name);
|
||||||
|
void (*sync) (GSettingsBackend *backend);
|
||||||
|
|
||||||
|
gpointer padding[8];
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GSettingsBackend
|
struct _GSettingsBackend
|
||||||
|
Reference in New Issue
Block a user