RemoteConnectionGetSecretsFunc
Description:
[ CCode ( instance_pos = 3.9 ) ]
public delegate void RemoteConnectionGetSecretsFunc (RemoteConnection connection, HashTable<string,HashTable<void*,void*>> secrets, 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.
Parameters:
| connection | 
           the connection for which secrets were requested  | 
      
| secrets | 
           on success, a hash table of hash tables, with each inner hash mapping a setting property to a Value containing that property's value  | 
      
| error | 
           on failure, a descriptive error  | 
      
| user_data | 
           user data passed to get_secrets  | 
      
Namespace: NM
  
  Package: libnm-glib