ucx/ucx/properties.h

changeset 505
481802342fdf
parent 335
c1bc13faadaa
--- a/ucx/ucx/properties.h	Mon Feb 04 14:11:57 2019 +0100
+++ b/ucx/ucx/properties.h	Mon Feb 04 17:17:48 2019 +0100
@@ -173,12 +173,15 @@
  * Retrieves all available key/value-pairs and puts them into a UcxMap.
  * 
  * This is done by successive calls to ucx_properties_next() until no more
- * key/value-pairs can be retrieved. 
+ * key/value-pairs can be retrieved.
+ * 
+ * The memory for the map values is allocated by the map's own allocator.
  * 
  * @param prop the UcxProperties object
  * @param map the target map
  * @return The UcxProperties.error code (i.e. 0 on success).
  * @see ucx_properties_fill()
+ * @see UcxMap.allocator
  */
 int ucx_properties2map(UcxProperties *prop, UcxMap *map);
 

mercurial