diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-22 17:32:57 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-22 17:32:57 +0000 |
commit | f02377f77f88106ba1c26cb184a14f33cd1a89fe (patch) | |
tree | 2b5edc1549208898d2d843c53f0899fac03af3d8 /tests/mockpulse.c | |
parent | b26c97936312634da3fb30e818a76ce2a5a03992 (diff) | |
download | ayatana-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.c | 6 |
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; |