Companion

object Companion

Properties

Link copied to clipboard
open val type: <Error class: unknown class><DBusObjectManagerClient>

Functions

Link copied to clipboard
fun getType(): <Error class: unknown class>

Get the GType of DBusObjectManagerClient

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
fun newFinish(res: AsyncResult): <Error class: unknown class><DBusObjectManagerClient>

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
fun newForBusFinish(res: AsyncResult): <Error class: unknown class><DBusObjectManagerClient>

Finishes an operation started with g_dbus_object_manager_client_new_for_bus().