mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user