mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-21 09:27:51 +02:00
Add sync method to GSettingsBackend, and pad
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user