update API description schanzen/gns_utf8
authorSchanzenbach, Martin <mschanzenbach@posteo.de>
Sat, 30 Nov 2019 14:25:18 +0000 (15:25 +0100)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Sat, 30 Nov 2019 14:25:18 +0000 (15:25 +0100)
src/gns/gns_api.c
src/gns/gns_tld_api.c
src/include/gnunet_gns_service.h

index 4b3202bc57dfc54d337be0efa3f65deff5e709e7..4a4003b2ac9d083569e3960e91b99265986a4633 100644 (file)
@@ -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
index e8253ee4c3220eae2f2d633e1cd45bbeb9523a57..1db5baacb7e17a978e352590ba7cb36ccf2c10ca 100644 (file)
@@ -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
index 9a8114e908d86cfb661f32db46ee02bb7f14a192..5d2b7246a2bbda93f536d0baee01aecd52bcb46f 100644 (file)
@@ -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