gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r30187 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r30187 - gnunet/src/include
Date: Mon, 14 Oct 2013 17:31:04 +0200

Author: dold
Date: 2013-10-14 17:31:04 +0200 (Mon, 14 Oct 2013)
New Revision: 30187

Modified:
   gnunet/src/include/gnunet_identity_service.h
Log:
- doc clarification (identity manages egos, not identities)


Modified: gnunet/src/include/gnunet_identity_service.h
===================================================================
--- gnunet/src/include/gnunet_identity_service.h        2013-10-14 14:21:41 UTC 
(rev 30186)
+++ gnunet/src/include/gnunet_identity_service.h        2013-10-14 15:31:04 UTC 
(rev 30187)
@@ -156,7 +156,7 @@
 
 
 /**
- * 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 @@
 
 
 /**
- * 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 @@
 
 
 /**
- * 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 @@
 
 
 /**
- * Renames an existing identity.
+ * Renames an existing ego.
  *
  * @param id identity service to use
  * @param old_name old name
@@ -245,7 +245,7 @@
 
 
 /**
- * Delete an existing identity.
+ * Delete an existing ego.
  *
  * @param id identity service to use
  * @param name name of the identity to delete




reply via email to

[Prev in Thread] Current Thread [Next in Thread]