Document DBUS address env vars
authorMatthias Clasen <mclasen@redhat.com>
Wed, 12 May 2010 02:35:59 +0000 (22:35 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 12 May 2010 02:35:59 +0000 (22:35 -0400)
docs/reference/gio/overview.xml
gio/gdbusintrospection.c

index 6b3339d..1a1ff02 100644 (file)
     </formalpara>
 
    <formalpara>
+      <title><envar>DBUS_SYSTEM_ADDRESS</envar></title>
+
+      <para>
+        This variable is consulted to find the address of the D-Bus system
+        bus. For the format of D-Bus addresses, see the D-Bus
+        <ulink url="http://dbus.freedesktop.org/doc/dbus-specification.html#addresses">specification</ulink>.
+      </para>
+   </formalpara>
+
+   <formalpara>
+      <title><envar>DBUS_SESSION_ADDRESS</envar></title>
+
+      <para>
+        This variable is consulted to find the address of the D-Bus session bus.
+      </para>
+   </formalpara>
+
+   <formalpara>
+      <title><envar>DBUS_STARTER_BUS_TYPE</envar></title>
+
+      <para>
+        This variable is consulted to find out the 'starter' bus for an
+        application that has been started via D-Bus activation. The possible
+        values are 'system' or 'session'.
+      </para>
+   </formalpara>
+
+   <formalpara>
       <title><envar>G_DBUS_DEBUG</envar></title>
 
       <para>
index 7e461bd..c1c4d35 100644 (file)
@@ -226,7 +226,7 @@ g_dbus_arg_info_ref (GDBusArgInfo *info)
 }
 
 /**
- * g_dbus_node_info_ref:
+ * g_dbus_annotation_info_ref:
  * @info: A #GDBusNodeInfo
  *
  * If @info is statically allocated does nothing. Otherwise increases