mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-14 16:00:18 +01:00
secret-agent/trivial: add code comment
This commit is contained in:
parent
21fd5fa0ab
commit
afb37d706f
1 changed files with 11 additions and 0 deletions
|
|
@ -446,6 +446,17 @@ do_cancel_secrets (NMSecretAgent *self, Request *r, gboolean disposing)
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* nm_secret_agent_cancel_secrets:
|
||||
* @self: #NMSecretAgent instance
|
||||
* @call_id: the call id to cancel
|
||||
*
|
||||
* It is an error to pass an invalid @call_id or a @call_id for an operation
|
||||
* that already completed. NMSecretAgent will always invoke the callback,
|
||||
* also for cancel() and dispose().
|
||||
* In case of nm_secret_agent_cancel_secrets() this will synchronously invoke the
|
||||
* callback before nm_secret_agent_cancel_secrets() returns.
|
||||
*/
|
||||
void
|
||||
nm_secret_agent_cancel_secrets (NMSecretAgent *self, NMSecretAgentCallId call_id)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue