sound: Add "available" member to GvcMixerStreamPort

https://bugzilla.gnome.org/show_bug.cgi?id=674831
This commit is contained in:
Conor Curran 2012-07-11 13:43:07 +01:00 committed by Bastien Nocera
parent 6135c964a7
commit 2a567809a2

View file

@ -61,6 +61,7 @@ typedef struct
char *port;
char *human_port;
guint priority;
gboolean available;
} GvcMixerStreamPort;
GType gvc_mixer_stream_get_type (void);