mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
beef up comment
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1790 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
98f9bd62a6
commit
841fcb4557
1 changed files with 3 additions and 1 deletions
|
|
@ -37,7 +37,9 @@ typedef struct pa_memchunk {
|
||||||
|
|
||||||
/* Make a memchunk writable, i.e. make sure that the caller may have
|
/* 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
|
* 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);
|
pa_memchunk* pa_memchunk_make_writable(pa_memchunk *c, size_t min);
|
||||||
|
|
||||||
/* Invalidate a memchunk. This does not free the cotaining memblock,
|
/* Invalidate a memchunk. This does not free the cotaining memblock,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue