Interface

Goa-1.0GoaManagerInterface

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

interface Interface {
    vfunc_handle_add_account(
        invocation: Gio.DBusMethodInvocation,
        arg_provider: string,
        arg_identity: string,
        arg_presentation_identity: string,
        arg_credentials: GLib.Variant,
        arg_details: GLib.Variant,
    ): boolean;
    vfunc_handle_is_supported_provider(
        invocation: Gio.DBusMethodInvocation,
        arg_provider_type: string,
    ): boolean;
}

Hierarchy (View Summary)

Index

Methods

  • Handler for the Goa.Manager.SignalSignatures.handle_add_account | Goa.Manager::handle-add-account signal.

    Parameters

    Returns boolean

  • Handler for the Goa.Manager.SignalSignatures.handle_is_supported_provider | Goa.Manager::handle-is-supported-provider signal.

    Parameters

    Returns boolean