Gio.DBusObjectManagerClient.new_for_bus_finish

function new_for_bus_finish(res: Gio.AsyncResult): Gio.DBusObjectManagerClient {
    // Gjs wrapper for g_dbus_object_manager_client_new_for_bus_finish()
}
  

Finishes an operation started with Gio.DBusObjectManagerClient.new_for_bus.

Since 2.30

res

A Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to Gio.DBusObjectManagerClient.new_for_bus.

Returns

A Gio.DBusObjectManagerClient object or null if @error is set. Free with GObject.Object.prototype.unref.