summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-secret-agent.c
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-01-26 12:20:52 -0600
committerDan Williams <dcbw@redhat.com>2012-01-26 12:21:27 -0600
commit724df841a28ccea04de17d446e691cc48dff4760 (patch)
tree13f3181a7aaa63b56cd70bdf878402a231b18deb /libnm-glib/nm-secret-agent.c
parent0558159c6ba9ff8337aadcd7c1c2dbb242fb4bf7 (diff)
downloadNetworkManager-724df841a28ccea04de17d446e691cc48dff4760.tar.gz
docs: update docs for NMSecretAgent callbacks
Diffstat (limited to 'libnm-glib/nm-secret-agent.c')
-rw-r--r--libnm-glib/nm-secret-agent.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libnm-glib/nm-secret-agent.c b/libnm-glib/nm-secret-agent.c
index 1b4131710c..4d0a825a53 100644
--- a/libnm-glib/nm-secret-agent.c
+++ b/libnm-glib/nm-secret-agent.c
@@ -655,7 +655,7 @@ auto_register_cb (gpointer user_data)
* @setting_name: the name of the secret setting
* @hints: (array zero-terminated=1): hints to the agent
* @flags: flags that modify the behavior of the request
- * @callback: (scope async): a callback, invoked when the operation is done
+ * @callback: (scope async): a callback, to be invoked when the operation is done
* @user_data: (closure): caller-specific data to be passed to @callback
*
* Asyncronously retrieve secrets belonging to @connection for the
@@ -698,7 +698,7 @@ nm_secret_agent_get_secrets (NMSecretAgent *self,
* nm_secret_agent_save_secrets:
* @self: a #NMSecretAgent
* @connection: a #NMConnection
- * @callback: (scope async): a callback, invoked when the operation is done
+ * @callback: (scope async): a callback, to be invoked when the operation is done
* @user_data: (closure): caller-specific data to be passed to @callback
*
* Asyncronously ensure that all secrets inside @connection
@@ -729,7 +729,7 @@ nm_secret_agent_save_secrets (NMSecretAgent *self,
* nm_secret_agent_delete_secrets:
* @self: a #NMSecretAgent
* @connection: a #NMConnection
- * @callback: (scope async): a callback, invoked when the operation is done
+ * @callback: (scope async): a callback, to be invoked when the operation is done
* @user_data: (closure): caller-specific data to be passed to @callback
*
* Asynchronously ask the agent to delete all saved secrets belonging to