Interface

Secret-1SecretBackendNamespace

interface BackendNamespace {
    $gtype: GType<Secret.Backend>;
    prototype: Secret.Backend;
    get(
        flags: Secret.BackendFlags,
        cancellable: Gio.Cancellable | null,
        callback: AsyncReadyCallback<Secret.Backend> | null,
    ): void;
    get_finish(result: Gio.AsyncResult): Secret.Backend;
}
Index

Properties

Methods

Properties

prototype: Secret.Backend

Methods