Interface

NM-1.0NMConnectionSignalSignatures

interface SignalSignatures {
    changed: () => void;
    "secrets-cleared": () => void;
    "secrets-updated": (setting_name: string) => void;
}

Hierarchy (View Summary)

Index
changed: () => void

The ::changed signal is emitted when any property (including secrets) of any setting of the connection is modified, or when settings are added or removed.

"secrets-cleared": () => void

The ::secrets-cleared signal is emitted when the secrets of a connection are cleared.

"secrets-updated": (setting_name: string) => void

The ::secrets-updated signal is emitted when the secrets of a setting have been changed.