vala: ChannelMap has no destroy function.

This commit is contained in:
Sean McNamara 2011-03-30 13:41:02 -04:00 committed by Colin Guthrie
parent 62f181aa28
commit 13d1928f3e

View file

@ -373,7 +373,7 @@ namespace PulseAudio {
public unowned CVolume? dec(Volume minus = 1); 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 struct ChannelMap {
public uint8 channels; public uint8 channels;
public ChannelPosition map[]; public ChannelPosition map[];