getBusAddress

open fun getBusAddress(): String?

Get the address on which dbus-daemon is running. If g_test_dbus_up() has not been called yet, null is returned. This can be used with g_dbus_connection_new_for_address().

Return

the address of the bus, or null.