mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
add new function pa_memblock_ref_is_one()
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1729 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
c2e4328c53
commit
687f1f15fc
2 changed files with 13 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ manually if called from more than one thread at the same time. */
|
|||
void pa_memblock_unref_fixed(pa_memblock*b);
|
||||
|
||||
int pa_memblock_is_read_only(pa_memblock *b);
|
||||
int pa_memblock_ref_is_one(pa_memblock *b);
|
||||
void* pa_memblock_acquire(pa_memblock *b);
|
||||
void pa_memblock_release(pa_memblock *b);
|
||||
size_t pa_memblock_get_length(pa_memblock *b);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue