Gio.DBusConnection.prototype.close_finish

function close_finish(res: Gio.AsyncResult): Boolean {
    // Gjs wrapper for g_dbus_connection_close_finish()
}
  

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

Since 2.26

res

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

Returns

true if the operation succeeded, false if @error is set