Gio.DBusObjectManagerClient.new_finish

function new_finish(res: Gio.AsyncResult): Gio.DBusObjectManagerClient {
    // Gjs wrapper for g_dbus_object_manager_client_new_finish()
}
  

Finishes an operation started with Gio.DBusObjectManagerClient.new.

Since 2.30

res

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

Returns

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