From 2a567809a24e6a55b2b88e47225971e61b7aaf71 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Wed, 11 Jul 2012 13:43:07 +0100 Subject: [PATCH] sound: Add "available" member to GvcMixerStreamPort https://bugzilla.gnome.org/show_bug.cgi?id=674831 --- panels/sound/gvc-mixer-stream.h | 1 + 1 file changed, 1 insertion(+) diff --git a/panels/sound/gvc-mixer-stream.h b/panels/sound/gvc-mixer-stream.h index ad79024e2..846f2e03a 100644 --- a/panels/sound/gvc-mixer-stream.h +++ b/panels/sound/gvc-mixer-stream.h @@ -61,6 +61,7 @@ typedef struct char *port; char *human_port; guint priority; + gboolean available; } GvcMixerStreamPort; GType gvc_mixer_stream_get_type (void);