SecretAgentDeleteSecretsFunc
Description:
[ CCode ( instance_pos = 3.9 ) ]
public delegate void SecretAgentDeleteSecretsFunc (SecretAgent agent, Connection connection, Error error)
public delegate void SecretAgentDeleteSecretsFunc (SecretAgent agent, Connection connection, Error error)
Called as a result of a request by NM to delete secrets.
When the SecretAgent subclass has finished deleting the secrets, this function should be called.
Parameters:
agent |
the secret agent object |
connection |
the connection for which secrets were to be deleted, 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 deleting secrets failed, give a descriptive error here |
user_data |
caller-specific data to be passed to the function |
Namespace: NM
Package: libnm-glib