diff options
author | Sean McNamara <smcnam@gmail.com> | 2011-03-30 13:41:02 -0400 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2011-03-31 12:13:38 +0100 |
commit | 93e7a19ee67f172980f96447d50beca996fcfc8c (patch) | |
tree | 2fd4f5b940def2a2f61209f503cb6036a00808ac | |
parent | fd5b282f51ab69d32b4ee3fcd1f8ed7fc3004ff6 (diff) |
vala: ChannelMap has no destroy function.
-rw-r--r-- | vala/libpulse.vapi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/libpulse.vapi b/vala/libpulse.vapi index 4315988f..06f412db 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[]; |