docs: Add links to D-Bus specification for D-Bus address format

In an attempt to clarify the format a little.
This commit is contained in:
Philip Withnall
2017-02-08 15:06:00 +00:00
parent 4b75333c83
commit 78fba90f65
3 changed files with 21 additions and 10 deletions

View File

@@ -2798,7 +2798,8 @@ g_dbus_connection_new_sync (GIOStream *stream,
*
* Asynchronously connects and sets up a D-Bus client connection for
* exchanging D-Bus messages with an endpoint specified by @address
* which must be in the D-Bus address format.
* which must be in the
* [D-Bus address format](https://dbus.freedesktop.org/doc/dbus-specification.html#addresses).
*
* This constructor can only be used to initiate client-side
* connections - use g_dbus_connection_new() if you need to act as the
@@ -2884,7 +2885,8 @@ g_dbus_connection_new_for_address_finish (GAsyncResult *res,
*
* Synchronously connects and sets up a D-Bus client connection for
* exchanging D-Bus messages with an endpoint specified by @address
* which must be in the D-Bus address format.
* which must be in the
* [D-Bus address format](https://dbus.freedesktop.org/doc/dbus-specification.html#addresses).
*
* This constructor can only be used to initiate client-side
* connections - use g_dbus_connection_new_sync() if you need to act