Interface

Goa-1.0GoaPasswordBasedInterface

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

interface Interface {
    vfunc_handle_get_password(
        invocation: Gio.DBusMethodInvocation,
        arg_id: string,
    ): boolean;
}

Hierarchy (View Summary)

Index

Methods