sound: Add "available" member to GvcMixerStreamPort
https://bugzilla.gnome.org/show_bug.cgi?id=674831
This commit is contained in:
parent
6135c964a7
commit
2a567809a2
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ typedef struct
|
|||
char *port;
|
||||
char *human_port;
|
||||
guint priority;
|
||||
gboolean available;
|
||||
} GvcMixerStreamPort;
|
||||
|
||||
GType gvc_mixer_stream_get_type (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue