Gio.DBusConnection.prototype.call_finish

function call_finish(res: Gio.AsyncResult): GLib.Variant {
    // Gjs wrapper for g_dbus_connection_call_finish()
}
  

Finishes an operation started with Gio.DBusConnection.prototype.call.

Since 2.26

res

a Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to Gio.DBusConnection.prototype.call

Returns

null if @error is set. Otherwise a GLib.Variant tuple with return values. Free with GLib.Variant.prototype.unref.