Companion
object Companion
Functions
Link copied to clipboard
fun new(connection: DBusConnection, flags: DBusObjectManagerClientFlags, name: String, objectPath: String, getProxyTypeFunc: DBusProxyTypeFunc?, cancellable: Cancellable? = null, callback: AsyncReadyCallback?)
Asynchronously creates a new #GDBusObjectManagerClient object.
Link copied to clipboard
Finishes an operation started with g_dbus_object_manager_client_new().
Link copied to clipboard
fun newForBus(busType: BusType, flags: DBusObjectManagerClientFlags, name: String, objectPath: String, getProxyTypeFunc: DBusProxyTypeFunc?, cancellable: Cancellable? = null, callback: AsyncReadyCallback?)
Like g_dbus_object_manager_client_new() but takes a #GBusType instead of a #GDBusConnection.
Link copied to clipboard
Finishes an operation started with g_dbus_object_manager_client_new_for_bus().