Interface

Goa-1.0GoaAccountInterface

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

interface Interface {
    vfunc_handle_ensure_credentials(
        invocation: Gio.DBusMethodInvocation,
    ): boolean;
    vfunc_handle_remove(invocation: Gio.DBusMethodInvocation): boolean;
}

Hierarchy (View Summary)

Index

Methods