summaryrefslogtreecommitdiff
path: root/gvc-mixer-card.c
diff options
context:
space:
mode:
Diffstat (limited to 'gvc-mixer-card.c')
-rw-r--r--gvc-mixer-card.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/gvc-mixer-card.c b/gvc-mixer-card.c
index 0856493..93be4da 100644
--- a/gvc-mixer-card.c
+++ b/gvc-mixer-card.c
@@ -220,6 +220,15 @@ _pa_context_set_card_profile_by_index_cb (pa_context *cont
card->priv->profile_op = NULL;
}
+/**
+ * gvc_mixer_card_change_profile:
+ * @card: a #GvcMixerCard
+ * @profile: (allow-none): the profile to change to or %NULL.
+ *
+ * Change the profile in use on this card.
+ *
+ * Returns: %TRUE if profile successfully changed or already using this profile.
+ */
gboolean
gvc_mixer_card_change_profile (GvcMixerCard *card,
const char *profile)