Add sync method to GSettingsBackend, and pad

This commit is contained in:
Ryan Lortie 2010-05-18 16:13:58 -04:00
parent 7fcf353325
commit 12a8c0f50d

View File

@ -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