vala: delegate FreeCb does not have a target.

This commit is contained in:
Sean McNamara 2011-03-25 01:28:10 -04:00 committed by Colin Guthrie
parent d098a9295a
commit f5d2c33e86

View File

@ -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_")]