aboutsummaryrefslogtreecommitdiff
path: root/tests/mockpulse.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-03-22 17:32:57 +0000
committerConor Curran <conor.curran@canonical.com>2010-03-22 17:32:57 +0000
commitf02377f77f88106ba1c26cb184a14f33cd1a89fe (patch)
tree2b5edc1549208898d2d843c53f0899fac03af3d8 /tests/mockpulse.c
parentb26c97936312634da3fb30e818a76ce2a5a03992 (diff)
downloadayatana-indicator-sound-f02377f77f88106ba1c26cb184a14f33cd1a89fe.tar.gz
ayatana-indicator-sound-f02377f77f88106ba1c26cb184a14f33cd1a89fe.tar.bz2
ayatana-indicator-sound-f02377f77f88106ba1c26cb184a14f33cd1a89fe.zip
first pulse manager test wrote ... finally
Diffstat (limited to 'tests/mockpulse.c')
-rw-r--r--tests/mockpulse.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/mockpulse.c b/tests/mockpulse.c
index a41de30..b868e07 100644
--- a/tests/mockpulse.c
+++ b/tests/mockpulse.c
@@ -73,6 +73,12 @@ struct pa_operation {
int refcount;
};
+
+/*void pa_context_connect(pa_context* c, const char *server, pa_context_flags_t flags, const pa_spawn_api *api)*/
+/*{*/
+/* set_pa_context_get_state_result(c, PA_CONTEXT_CONNECTING);*/
+/*}*/
+
/* Can be made into a list if we need multiple callbacks */
static pa_sink_info *next_sink_info;