SecretAgentSaveSecretsFunc
Description:
[ CCode ( instance_pos = 3.9 ) ]
public delegate void SecretAgentSaveSecretsFunc (SecretAgent agent, Connection connection, Error error)
public delegate void SecretAgentSaveSecretsFunc (SecretAgent agent, Connection connection, Error error)
Called as a result of a request by NM to save secrets.
When the SecretAgent subclass has finished saving the secrets, this function should be called.
Parameters:
agent |
the secret agent object |
connection |
the connection for which secrets were to be saved, note that this object will be unrefed after the callback has returned, use @ref/g_object_unref() if you want to use this object after the callback has returned |
error |
if the saving secrets failed, give a descriptive error here |
user_data |
caller-specific data to be passed to the function |
Namespace: NM
Package: libnm-glib