Optionalcancellable: Gio.Cancellablea Gio.Cancellable or null
Asynchronously connects to the message bus specified by bus_type.
When the operation is finished, callback will be invoked. You can
then call g_bus_get_finish() to get the result of the operation.
This is an asynchronous failable function. See g_bus_get_sync() for
the synchronous version.
a Gio.Cancellable or null
a Gio.AsyncReadyCallback to call when the request is satisfied
Asynchronously connects to the message bus specified by bus_type.
When the operation is finished, callback will be invoked. You can
then call g_bus_get_finish() to get the result of the operation.
This is an asynchronous failable function. See g_bus_get_sync() for
the synchronous version.
Optionalcancellable: Gio.Cancellablea Gio.Cancellable or null
Optionalcallback: AsyncReadyCallback<Gio.BusType>a Gio.AsyncReadyCallback to call when the request is satisfied
Asynchronously connects to the message bus specified by
bus_type.When the operation is finished,
callbackwill be invoked. You can then callg_bus_get_finish()to get the result of the operation.This is an asynchronous failable function. See
g_bus_get_sync()for the synchronous version.