Gcr.SystemPrompt.prototype.close_async
function close_async(cancellable: Gio.Cancellable, callback: Gio.AsyncReadyCallback): void { // Gjs wrapper for gcr_system_prompt_close_async() }
Close this prompt asynchronously. After calling this function, no further methods may be called on this object. The prompt object is not unreferenced by this function, and you must unreference it once done.
This call returns immediately and completes asynchronously.
- cancellable
an optional cancellation object
- callback
called when the operation completes