mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
vala: Fix lengths for source/sink port arrays
This commit is contained in:
parent
efba6e3b30
commit
dc65a03454
1 changed files with 2 additions and 0 deletions
|
|
@ -1288,6 +1288,7 @@ namespace PulseAudio {
|
|||
public uint32 n_volume_steps;
|
||||
public uint32 card;
|
||||
public uint32 n_ports;
|
||||
[CCode (array_length_cname="n_ports")]
|
||||
public SinkPortInfo*[] ports;
|
||||
public SinkPortInfo* active_port;
|
||||
}
|
||||
|
|
@ -1321,6 +1322,7 @@ namespace PulseAudio {
|
|||
public uint32 n_volume_steps;
|
||||
public uint32 card;
|
||||
public uint32 n_ports;
|
||||
[CCode (array_length_cname="n_ports")]
|
||||
public SourcePortInfo*[] ports;
|
||||
public SourcePortInfo* active_port;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue