mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +01:00
Add sync method to GSettingsBackend, and pad
This commit is contained in:
parent
7fcf353325
commit
12a8c0f50d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user