mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
vala: ChannelMap has no destroy function.
This commit is contained in:
parent
62f181aa28
commit
13d1928f3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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[];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue