From: Sean McNamara Date: Wed, 30 Mar 2011 17:41:02 +0000 (-0400) Subject: vala: ChannelMap has no destroy function. X-Git-Tag: 1.0_branch~653 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13d1928f3e0557d8809f67e1de77f07726267d23;p=profile%2Fivi%2Fpulseaudio.git vala: ChannelMap has no destroy function. --- diff --git a/vala/libpulse.vapi b/vala/libpulse.vapi index 4315988..06f412d 100644 --- a/vala/libpulse.vapi +++ b/vala/libpulse.vapi @@ -373,7 +373,7 @@ namespace PulseAudio { public unowned CVolume? dec(Volume minus = 1); } - [CCode (cname="pa_channel_map")] + [CCode (cname="pa_channel_map",has_destroy_function=false)] public struct ChannelMap { public uint8 channels; public ChannelPosition map[];