ucx/properties.h

changeset 215
e0853e077770
parent 192
1e51558b9d09
child 225
a1a068c2c4ef
     1.1 --- a/ucx/properties.h	Tue Oct 27 15:29:34 2015 +0100
     1.2 +++ b/ucx/properties.h	Fri Feb 26 14:59:52 2016 +0100
     1.3 @@ -137,8 +137,8 @@
     1.4   * 
     1.5   * After calling this function, you may parse the data by calling
     1.6   * ucx_properties_next() until it returns 0. The function ucx_properties2map()
     1.7 - * is a convenience function that performs these successive calls of
     1.8 - * ucx_properties_next() within a while loop and puts the properties to a map.
     1.9 + * is a convenience function that reads as much data as possible by using this
    1.10 + * function.
    1.11   * 
    1.12   * 
    1.13   * @param prop the UcxProperties object
    1.14 @@ -185,11 +185,9 @@
    1.15  /**
    1.16   * Loads a properties file to an UcxMap.
    1.17   * 
    1.18 - * This is a convenience function that reads chunks of 1 KB from an input
    1.19 + * This is a convenience function that reads data from an input
    1.20   * stream until the end of the stream is reached.
    1.21   * 
    1.22 - * An UcxProperties object is implicitly created and destroyed.
    1.23 - * 
    1.24   * @param map the map object to write the key/value-pairs to
    1.25   * @param file the <code>FILE*</code> stream to read from
    1.26   * @return 0 on success, or a non-zero value on error

mercurial