gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 05/05: update API description


From: gnunet
Subject: [gnunet] 05/05: update API description
Date: Sat, 30 Nov 2019 15:33:11 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit eb8770c02ac468d947c8286ebc7ebd877560431d
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Sat Nov 30 15:25:18 2019 +0100

    update API description
---
 src/gns/gns_api.c                | 2 +-
 src/gns/gns_tld_api.c            | 2 +-
 src/include/gnunet_gns_service.h | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/gns/gns_api.c b/src/gns/gns_api.c
index 4b3202bc5..4a4003b2a 100644
--- a/src/gns/gns_api.c
+++ b/src/gns/gns_api.c
@@ -324,7 +324,7 @@ GNUNET_GNS_lookup_cancel (struct GNUNET_GNS_LookupRequest 
*lr)
  * Perform an asynchronous lookup operation on the GNS.
  *
  * @param handle handle to the GNS service
- * @param name the name to look up
+ * @param name the name to look up (in UTF-8 encoding)
  * @param zone the zone to start the resolution in
  * @param type the record type to look up
  * @param options local options for the lookup
diff --git a/src/gns/gns_tld_api.c b/src/gns/gns_tld_api.c
index e8253ee4c..1db5baacb 100644
--- a/src/gns/gns_tld_api.c
+++ b/src/gns/gns_tld_api.c
@@ -230,7 +230,7 @@ identity_zone_cb (void *cls,
  * and the current configuration to resolve TLDs to zones.
  *
  * @param handle handle to the GNS service
- * @param name the name to look up, including TLD
+ * @param name the name to look up, including TLD (in UTF-8 encoding)
  * @param type the record type to look up
  * @param options local options for the lookup
  * @param proc processor to call on result
diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h
index 9a8114e90..5d2b7246a 100644
--- a/src/include/gnunet_gns_service.h
+++ b/src/include/gnunet_gns_service.h
@@ -128,7 +128,7 @@ enum GNUNET_GNS_LocalOptions
  * Perform an asynchronous lookup operation on the GNS.
  *
  * @param handle handle to the GNS service
- * @param name the name to look up
+ * @param name the name to look up (in UTF-8 encoding)
  * @param zone zone to look in
  * @param type the GNS record type to look for
  * @param options local options for the lookup
@@ -179,7 +179,7 @@ typedef void (*GNUNET_GNS_LookupResultProcessor2) (
  * and the current configuration to resolve TLDs to zones.
  *
  * @param handle handle to the GNS service
- * @param name the name to look up, including TLD
+ * @param name the name to look up, including TLD (in UTF-8 encoding)
  * @param type the record type to look up
  * @param options local options for the lookup
  * @param proc processor to call on result

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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