From 4714da1e50eae60a9ee35ca99a87c1988666cdaf Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 14 Oct 2013 15:31:04 +0000 Subject: - doc clarification (identity manages egos, not identities) --- src/include/gnunet_identity_service.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h index 49b269604..fe1e4d206 100644 --- a/src/include/gnunet_identity_service.h +++ b/src/include/gnunet_identity_service.h @@ -156,7 +156,7 @@ GNUNET_IDENTITY_connect (const struct GNUNET_CONFIGURATION_Handle *cfg, /** - * Obtain the identity that is currently preferred/default + * Obtain the ego that is currently preferred/default * for a service. * * @param id identity service to query @@ -184,7 +184,7 @@ typedef void (*GNUNET_IDENTITY_Continuation)(void *cls, /** - * Set the preferred/default identity for a service. + * Set the preferred/default ego for a service. * * @param id identity service to inform * @param service_name for which service is an identity set @@ -211,7 +211,7 @@ GNUNET_IDENTITY_disconnect (struct GNUNET_IDENTITY_Handle *h); /** - * Create a new identity with the given name. + * Create a new ego with the given name. * * @param id identity service to use * @param name desired name @@ -227,7 +227,7 @@ GNUNET_IDENTITY_create (struct GNUNET_IDENTITY_Handle *id, /** - * Renames an existing identity. + * Renames an existing ego. * * @param id identity service to use * @param old_name old name @@ -245,7 +245,7 @@ GNUNET_IDENTITY_rename (struct GNUNET_IDENTITY_Handle *id, /** - * Delete an existing identity. + * Delete an existing ego. * * @param id identity service to use * @param name name of the identity to delete -- cgit v1.2.3