mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +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);
|
||||
void (*unsubscribe) (GSettingsBackend *backend,
|
||||
const gchar *name);
|
||||
void (*sync) (GSettingsBackend *backend);
|
||||
|
||||
gpointer padding[8];
|
||||
};
|
||||
|
||||
struct _GSettingsBackend
|
||||
|
Loading…
Reference in New Issue
Block a user