Interface

NM-1.0NMConnectionInterface

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

interface Interface {
    vfunc_changed(): void;
    vfunc_secrets_cleared(): void;
    vfunc_secrets_updated(setting: string): void;
}

Hierarchy (View Summary)

Index

Methods

  • emitted when any change to the connection's settings occurs

    Returns void

  • emitted when the connection's secrets are cleared

    Returns void

  • emitted when the connection's secrets are updated

    Parameters

    • setting: string

    Returns void