[glib/new-gsettings] Tweak backend docs



commit f223facd7974629a07f18db2145871d593417845
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Apr 14 22:38:37 2010 -0400

    Tweak backend docs

 gio/gsettingsbackend.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gio/gsettingsbackend.c b/gio/gsettingsbackend.c
index 8b963d3..2c5ee3d 100644
--- a/gio/gsettingsbackend.c
+++ b/gio/gsettingsbackend.c
@@ -56,9 +56,13 @@ enum {
  * @title: GSettingsBackend
  * @short_description: an interface for settings backend implementations
  * @include: gio/gsettingsbackend.h
+ * @see_also: #GSettings, #GIOExtensionPoint
  *
  * The #GSettingsBackend interface defines a generic interface for
- * non-strictly-typed data that is stored in a hierarchy.
+ * non-strictly-typed data that is stored in a hierarchy. To implement
+ * an alternative storage backend for #GSettings, you need to implement
+ * the #GSettingsBackend interface and then make it implement the
+ * extension point #G_SETTINGS_BACKEND_EXTENSION_POINT_NAME.
  *
  * The interface defines methods for reading and writing values, a
  * method for determining if writing of certain values will fail
@@ -687,7 +691,7 @@ get_default_backend (const gchar *context)
  * @returns: the default #GSettingsBackend
  *
  * Returns the default #GSettingsBackend. It is possible to override
- * the default by setting the <envvar>GSETTINGS_BACKEND</envvar>
+ * the default by setting the <envar>GSETTINGS_BACKEND</envar>
  * environment variable to the name of a settings backend.
  *
  * The @context parameter can be used to indicate that a different



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]