mirror of
https://github.com/pulseaudio/pulseaudio.git
synced 2024-11-28 04:14:15 +08:00
vala: delegate FreeCb does not have a target.
This commit is contained in:
parent
d098a9295a
commit
f5d2c33e86
@ -49,7 +49,7 @@ namespace PulseAudio {
|
||||
[CCode (cname="PA_INVALID_INDEX")]
|
||||
public const uint32 INVALID_INDEX;
|
||||
|
||||
[CCode (cname="pa_free_cb_t")]
|
||||
[CCode (cname="pa_free_cb_t", has_target=false)]
|
||||
public delegate void FreeCb(void *p);
|
||||
|
||||
[CCode (cname="pa_sample_format_t", cprefix="PA_SAMPLE_")]
|
||||
|
Loading…
Reference in New Issue
Block a user