libnm-glib
Description:
Network management framework. (replaced by libnm)
Warning: This package is deprecated!
Content:
Namespaces:
- NM
Classes:
Enums:
Error domains:
Delegates:
- public delegate void ClientActivateFn (Client client, ActiveConnection active_connection, Error error)
- public delegate void ClientAddActivateFn (Client client, ActiveConnection connection, string new_connection_path, Error error)
- public delegate void DeviceCallbackFn (Device device, Error error)
- public delegate void DeviceDeactivateFn (Device device, Error error)
- public delegate void DeviceWifiRequestScanFn (DeviceWifi device, Error error)
- public delegate void RemoteConnectionCommitFunc (RemoteConnection connection, Error error)
- public delegate void RemoteConnectionDeleteFunc (RemoteConnection connection, Error error)
- public delegate void RemoteConnectionGetSecretsFunc (RemoteConnection connection, HashTable<string,HashTable<void*,void*>> secrets, Error error)
Called when NetworkManager returns secrets in response to a request
for secrets via get_secrets.
- public delegate void RemoteConnectionResultFunc (RemoteConnection connection, Error error)
Called when NetworkManager has finished an asynchronous operation on
a connection, like commit changes, deleting, saving, etc.
- public delegate void RemoteSettingsAddConnectionFunc (RemoteSettings settings, RemoteConnection connection, Error error)
- public delegate void RemoteSettingsLoadConnectionsFunc (RemoteSettings settings, string failures, Error error)
- public delegate void RemoteSettingsSaveHostnameFunc (RemoteSettings settings, Error error)
- public delegate void SecretAgentDeleteSecretsFunc (SecretAgent agent, Connection connection, Error error)
Called as a result of a request by NM to delete secrets.
- public delegate void SecretAgentGetSecretsFunc (SecretAgent agent, Connection connection, HashTable<string,HashTable<void*,void*>> secrets, Error error)
Called as a result of a request by NM to retrieve secrets.
- public delegate void SecretAgentSaveSecretsFunc (SecretAgent agent, Connection connection, Error error)
Called as a result of a request by NM to save secrets.