diff options
author | Sean McNamara <smcnam@gmail.com> | 2011-03-30 13:41:02 -0400 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2011-03-31 11:08:47 +0100 |
commit | 13d1928f3e0557d8809f67e1de77f07726267d23 (patch) | |
tree | ae42b41a59ed7b9605ea44a0408ad4cb74c23e60 /vala | |
parent | 62f181aa2834ceea1d759e75d59c4feae0f9b9f7 (diff) |
vala: ChannelMap has no destroy function.
Diffstat (limited to 'vala')
-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 4315988f1..06f412db5 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[]; |