[glib/new-gsettings] Rename memory backend to keyfile in the docs as well



commit 10a837c168a084c1b3b81e8fdee76bed015f042a
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Apr 16 11:41:37 2010 -0400

    Rename memory backend to keyfile in the docs as well

 docs/reference/gio/overview.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/docs/reference/gio/overview.xml b/docs/reference/gio/overview.xml
index c01f6cf..613538e 100644
--- a/docs/reference/gio/overview.xml
+++ b/docs/reference/gio/overview.xml
@@ -255,7 +255,7 @@
         This variable can be set to the name of a #GSettingsBackend
         implementation to override the default for debugging purposes.
         The keyfile-based implementation that is included in GIO has
-        the name "memory", the one in dconf has the name "dconf-settings".
+        the name "keyfile", the one in dconf has the name "dconf-settings".
       </para>
     </formalpara>
 
@@ -271,11 +271,11 @@
     </formalpara>
 
     <formalpara>
-      <title><envar>GSETTINGS_MEMORY_BACKEND_STORE</envar></title>
+      <title><envar>GSETTINGS_KEYFILE_BACKEND_STORE</envar></title>
 
       <para>
-        This variable can be set to the path where the built-in #GSettings
-        backend stores its keyfile. By default, the keyfile is stored in
+        This variable can be set to the path where the keyfile #GSettings
+        backend stores its data. By default, the keyfile is stored in
         <filename>$HOME/.config/gsettings/store</filename>.
       </para>
     </formalpara>



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