mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
vala: delegate FreeCb does not have a target.
This commit is contained in:
parent
d098a9295a
commit
f5d2c33e86
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue