mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
rename pa_queu_is_empty() to pa_queue_isempty() to follow idxset/hashmap nomenclatura
This commit is contained in:
parent
3db7dcb962
commit
232c9558ff
4 changed files with 6 additions and 6 deletions
|
|
@ -116,7 +116,7 @@ void* pa_queue_pop(pa_queue *q) {
|
|||
return p;
|
||||
}
|
||||
|
||||
int pa_queue_is_empty(pa_queue *q) {
|
||||
int pa_queue_isempty(pa_queue *q) {
|
||||
pa_assert(q);
|
||||
|
||||
return q->length == 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue