diff --git a/docs/reference/gio/overview.xml b/docs/reference/gio/overview.xml
index 1c14666b4..5289bf3b3 100644
--- a/docs/reference/gio/overview.xml
+++ b/docs/reference/gio/overview.xml
@@ -294,6 +294,51 @@
for compiled schemas for #GSettings.
+
+
+ G_DBUS_DEBUG
+
+
+ This variable can be set to a list of debug options, which
+ cause GLib to print out different types of debugging
+ information when using the D-Bus routines.
+
+
+ message
+ Show all sent and received D-Bus messages
+
+
+ authentication
+ Information about authentication
+
+
+ The special value all can be used to turn on
+ all debug options.
+
+
+
+
+ G_DBUS_COOKIE_SHA1_KEYRING_DIR
+
+
+ Can be used to override the directory used to store the
+ keyring used in the DBUS_COOKIE_SHA1
+ authentication mechanism. Normally the directory used is
+ .dbus-keyrings in the user's home
+ directory.
+
+
+
+
+ G_DBUS_COOKIE_SHA1_KEYRING_DIR_IGNORE_PERMISSION
+
+
+ If set, the permissions of the directory used to store the
+ keyring used in the DBUS_COOKIE_SHA1
+ authentication mechanism won't be checked. Normally the
+ directory must be readable only by the user.
+
+