Document DBUS address env vars

This commit is contained in:
Matthias Clasen 2010-05-11 22:35:59 -04:00
parent 84a6475b6e
commit d7095dd470
2 changed files with 29 additions and 1 deletions

View File

@ -295,6 +295,34 @@
</para>
</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>

View 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