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