mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
vala: fix definition of INVALID_INDEX
This commit is contained in:
parent
c2079d792c
commit
57e0e2cdab
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ namespace PulseAudio {
|
|||
[CCode (cname="PA_CHECK_VERSION")]
|
||||
public bool CHECK_VERSION(int major, int minor, int micro);
|
||||
|
||||
[CCode (cname="INVALID_INDEX")]
|
||||
[CCode (cname="PA_INVALID_INDEX")]
|
||||
public const uint32 INVALID_INDEX;
|
||||
|
||||
[CCode (cname="pa_free_cb_t")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue