diff options
author | Robert Collins <robertc@robertcollins.net> | 2010-03-09 09:24:36 +1100 |
---|---|---|
committer | Robert Collins <robertc@robertcollins.net> | 2010-03-09 09:24:36 +1100 |
commit | 2e85d8a7db825a7aef087710abe8159a716df6c7 (patch) | |
tree | aa7fe45eea82e19083b2525a05085880ee0e571d /tests/mockpulse.h | |
parent | 56f9654524bbf61a625905fe9e9dcaa63eaf71b5 (diff) | |
download | ayatana-indicator-sound-2e85d8a7db825a7aef087710abe8159a716df6c7.tar.gz ayatana-indicator-sound-2e85d8a7db825a7aef087710abe8159a716df6c7.tar.bz2 ayatana-indicator-sound-2e85d8a7db825a7aef087710abe8159a716df6c7.zip |
snapshot closer-to-building.
Diffstat (limited to 'tests/mockpulse.h')
-rw-r--r-- | tests/mockpulse.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/mockpulse.h b/tests/mockpulse.h new file mode 100644 index 0000000..521ba2b --- /dev/null +++ b/tests/mockpulse.h @@ -0,0 +1,24 @@ +/* +Copyright 2010 Canonical Ltd. + +Authors: + Robert Collins <robert.collins@canonical.com> + +This program is free software: you can redistribute it and/or modify it +under the terms of the GNU General Public License version 3, as published +by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranties of +MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR +PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + +/** + * Control interface for the mocked pa-glib-mainloop test library + */ +#include <pulse/glib-mainloop.h> + |