mirror of
https://github.com/pulseaudio/pulseaudio.git
synced 2024-11-28 04:14:15 +08:00
vala: fix definition of INVALID_INDEX
This commit is contained in:
parent
c2079d792c
commit
57e0e2cdab
@ -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…
Reference in New Issue
Block a user