Interface

Secret-1SecretBackendNamespace

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

Properties

Methods

Properties

prototype: Secret.Backend

Methods