[glib/wip/gapplication-22: 2/28] Add sync method to GSettingsBackend, and pad
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/gapplication-22: 2/28] Add sync method to GSettingsBackend, and pad
- Date: Thu, 27 May 2010 19:44:37 +0000 (UTC)
commit 9caa3b78fc55c0405c74db79a299b5cf5ac17470
Author: Ryan Lortie <desrt desrt ca>
Date: Tue May 18 16:13:58 2010 -0400
Add sync method to GSettingsBackend, and pad
gio/gsettingsbackend.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gio/gsettingsbackend.h b/gio/gsettingsbackend.h
index d6a72a7..aa46223 100644
--- a/gio/gsettingsbackend.h
+++ b/gio/gsettingsbackend.h
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]