diff options
author | Robert Collins <robertc@robertcollins.net> | 2010-03-09 13:43:16 +1100 |
---|---|---|
committer | Robert Collins <robertc@robertcollins.net> | 2010-03-09 13:43:16 +1100 |
commit | 6c2b978f17d48fe212cccb15c23bb1e278ba600f (patch) | |
tree | 831860bd8bfb6778ac6c72cc1d105c66c0585435 /tests/mockpulse.h | |
parent | a89c6663a0cf1deec82d8492fb897fd8541c1194 (diff) | |
download | ayatana-indicator-sound-6c2b978f17d48fe212cccb15c23bb1e278ba600f.tar.gz ayatana-indicator-sound-6c2b978f17d48fe212cccb15c23bb1e278ba600f.tar.bz2 ayatana-indicator-sound-6c2b978f17d48fe212cccb15c23bb1e278ba600f.zip |
flesh out test_pa_context_exit
Diffstat (limited to 'tests/mockpulse.h')
-rw-r--r-- | tests/mockpulse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mockpulse.h b/tests/mockpulse.h index 521ba2b..327121a 100644 --- a/tests/mockpulse.h +++ b/tests/mockpulse.h @@ -22,3 +22,4 @@ with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <pulse/glib-mainloop.h> +void set_pa_context_get_state_result(pa_context *, pa_context_state_t state); |