Function
Giodbus_address_get_for_bus_sync
since: 2.26
Declaration [src]
gchar*
g_dbus_address_get_for_bus_sync (
  GBusType bus_type,
  GCancellable* cancellable,
  GError** error
)
Description [src]
Synchronously looks up the D-Bus address for the well-known message
bus instance specified by bus_type. This may involve using various
platform specific mechanisms.
The returned address will be in the D-Bus address format.
Available since: 2.26
Parameters
- bus_type
- 
            Type: GBusTypeA GBusType.
- cancellable
- 
            Type: GCancellableA GCancellableorNULL.The argument can be NULL.The data is owned by the caller of the function. 
- error
- 
            Type: GError **The return location for a recoverable error. The argument can be NULL.If the return location is not NULL, then you must initialize it to aNULLGError*.The argument will be left initialized to NULLby the function if there are no errors.In case of error, the argument will be set to a newly allocated GError; the caller will take ownership of the data, and be responsible for freeing it.