From 5134a1d151f14cfadfa72c23d0660f3928bda821 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Fri, 7 May 2010 14:36:07 -0400 Subject: [PATCH] GDBus: Document environment variables in "Running GIO applications" --- docs/reference/gio/overview.xml | 45 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/docs/reference/gio/overview.xml b/docs/reference/gio/overview.xml index 1c14666..5289bf3 100644 --- a/docs/reference/gio/overview.xml +++ b/docs/reference/gio/overview.xml @@ -294,6 +294,51 @@ for compiled schemas for #GSettings. + + + <envar>G_DBUS_DEBUG</envar> + + + 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. + + + + + <envar>G_DBUS_COOKIE_SHA1_KEYRING_DIR</envar> + + + 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. + + + + + <envar>G_DBUS_COOKIE_SHA1_KEYRING_DIR_IGNORE_PERMISSION</envar> + + + 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. + + -- 2.7.4