]> code.delx.au - pulseaudio/commitdiff
beef up comment
authorLennart Poettering <lennart@poettering.net>
Mon, 10 Sep 2007 20:55:46 +0000 (20:55 +0000)
committerLennart Poettering <lennart@poettering.net>
Mon, 10 Sep 2007 20:55:46 +0000 (20:55 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1790 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/pulsecore/memchunk.h

index 99498d078a6f8267b9ba5caa29f29ec69f9abc69..e6105acebdba812f511f73f7c0617c3e1185a8f5 100644 (file)
@@ -37,7 +37,9 @@ typedef struct pa_memchunk {
 
 /* Make a memchunk writable, i.e. make sure that the caller may have
  * exclusive access to the memblock and it is not read_only. If needed
- * the memblock in the structure is replaced by a copy. */
+ * the memblock in the structure is replaced by a copy. If min is not
+ * 0 it is made sure that the returned memblock is at least of the
+ * specified size, i.e. is enlarged if necessary. */
 pa_memchunk* pa_memchunk_make_writable(pa_memchunk *c, size_t min);
 
 /* Invalidate a memchunk. This does not free the cotaining memblock,