Interface

Secret-1SecretRetrievableInterface

Interface for implementing Retrievable. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_retrieve_secret(
        cancellable: Gio.Cancellable | null,
        callback: AsyncReadyCallback<Secret.Retrievable.Interface> | null,
    ): void;
    vfunc_retrieve_secret_finish(result: Gio.AsyncResult): Secret.Value | null;
}

Hierarchy (View Summary)

Index

Methods