diff --git a/docs/reference/gio/overview.xml b/docs/reference/gio/overview.xml
index 613538ee0..1c14666b4 100644
--- a/docs/reference/gio/overview.xml
+++ b/docs/reference/gio/overview.xml
@@ -105,6 +105,31 @@
network connection stream
+ There is support for connecting to D-Bus, sending and receiving
+ messages, owning and watching bus names, and making objects
+ available on the bus:
+
+
+ GDBusConnection
+ a D-Bus connection
+
+
+
+ GDBusMethodInvocation
+ for handling remove calls
+
+
+
+ GDBusServer
+ helper for accepting connections
+
+
+
+ GDBusProxy
+ proxy to access D-Bus interfaces on a remote object
+
+
+
Beyond these, GIO provides facilities for file monitoring,
asynchronous I/O and filename completion. In addition to the
interfaces, GIO provides implementations for the local case.
@@ -254,8 +279,8 @@
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 "keyfile", the one in dconf has the name "dconf-settings".
+ The memory-based implementation that is included in GIO has
+ the name "memory", the one in dconf has the name "dconf-settings".
@@ -269,16 +294,6 @@
for compiled schemas for #GSettings.
-
-
- GSETTINGS_KEYFILE_BACKEND_STORE
-
-
- This variable can be set to the path where the keyfile #GSettings
- backend stores its data. By default, the keyfile is stored in
- $HOME/.config/gsettings/store.
-
-