[glib/new-gsettings] Cosmetic changes
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/new-gsettings] Cosmetic changes
- Date: Thu, 15 Apr 2010 16:36:41 +0000 (UTC)
commit 45eb60664d52a2b577e0b9b1baf49ef37ebf3c03
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Apr 15 12:33:51 2010 -0400
Cosmetic changes
docs/reference/gio/gio-sections.txt | 14 +++++---------
gio/gsettingsbackendinternal.h | 4 ++++
2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/docs/reference/gio/gio-sections.txt b/docs/reference/gio/gio-sections.txt
index 5041749..df994fc 100644
--- a/docs/reference/gio/gio-sections.txt
+++ b/docs/reference/gio/gio-sections.txt
@@ -2080,19 +2080,15 @@ G_TYPE_FILE_DESCRIPTOR_BASED
<FILE>gsettingsbackend</FILE>
<TITLE>GSettingsBackend</TITLE>
GSettingsBackend
+GSettingsBackendClass
G_SETTINGS_BACKEND_EXTENSION_POINT_NAME
-g_settings_backend_get_with_context
-g_settings_backend_supports_context
-g_settings_backend_create_tree
-g_settings_backend_read
-g_settings_backend_write
-g_settings_backend_get_writable
-g_settings_backend_subscribe
-g_settings_backend_unsubscribe
g_settings_backend_changed
+g_settings_backend_path_changed
+g_settings_backend_keys_changed
+g_settings_backend_path_writable_changed
+g_settings_backend_writable_changed
g_settings_backend_changed_tree
<SUBSECTION Standard>
-GSettingsBackendClass
<SUBSECTION Private>
g_settings_backend_get_type
GSettingsBackendPrivate
diff --git a/gio/gsettingsbackendinternal.h b/gio/gsettingsbackendinternal.h
index c6b515a..b01f21f 100644
--- a/gio/gsettingsbackendinternal.h
+++ b/gio/gsettingsbackendinternal.h
@@ -26,6 +26,8 @@
#include "gsettingsbackend.h"
+G_BEGIN_DECLS
+
typedef void (*GSettingsBackendChangedFunc) (GSettingsBackend *backend,
const gchar *key,
gpointer origin_tag,
@@ -81,4 +83,6 @@ void g_settings_backend_unsubscribe (GSettin
void g_settings_backend_subscribe (GSettingsBackend *backend,
const char *name);
+G_END_DECLS
+
#endif /* __G_SETTINGS_BACKEND_INTERNAL_H__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]