aboutsummaryrefslogtreecommitdiff
path: root/src/identity/gnunet-identity.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity/gnunet-identity.c')
-rw-r--r--src/identity/gnunet-identity.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/identity/gnunet-identity.c b/src/identity/gnunet-identity.c
index a01cd1ed7..d8dc936d3 100644
--- a/src/identity/gnunet-identity.c
+++ b/src/identity/gnunet-identity.c
@@ -268,13 +268,12 @@ set_done (void *cls, const char *emsg)
268 * with 'NULL' for 'ego'. That does NOT mean that the callback won't 268 * with 'NULL' for 'ego'. That does NOT mean that the callback won't
269 * be invoked in the future or that there was an error. 269 * be invoked in the future or that there was an error.
270 * 270 *
271 * When used with 'GNUNET_IDENTITY_create' or 'GNUNET_IDENTITY_get', 271 * When used with 'GNUNET_IDENTITY_create' or 'GNUNET_IDENTITY_get', this
272 * this function is only called ONCE, and 'NULL' being passed in 272 * function is only called ONCE, and 'NULL' being passed in 'ego' does
273 * 'ego' does indicate an error (i.e. name is taken or no default 273 * indicate an error (for example because name is taken or no default value is
274 * value is known). If 'ego' is non-NULL and if '*ctx' 274 * known). If 'ego' is non-NULL and if '*ctx' is set in those callbacks, the
275 * is set in those callbacks, the value WILL be passed to a subsequent 275 * value WILL be passed to a subsequent call to the identity callback of
276 * call to the identity callback of 'GNUNET_IDENTITY_connect' (if 276 * 'GNUNET_IDENTITY_connect' (if that one was not NULL).
277 * that one was not NULL).
278 * 277 *
279 * When an identity is renamed, this function is called with the 278 * When an identity is renamed, this function is called with the
280 * (known) ego but the NEW identifier. 279 * (known) ego but the NEW identifier.