~ubuntu-branches/ubuntu/trusty/indicator-sound/trusty

« back to all changes in this revision

Viewing changes to tests/mockpulse.h

  • Committer: Package Import Robot
  • Author(s): Automatic PS uploader, Mathieu Trudel-Lapierre, Automatic PS uploader
  • Date: 2012-11-21 11:47:58 UTC
  • mfrom: (28.51.54)
  • Revision ID: package-import@ubuntu.com-20121121114758-fvo8tle5qvg5xbkr
Tags: 12.10.2daily12.11.21.1-0ubuntu1
[ Mathieu Trudel-Lapierre ]
* debian/control:
  - add gnome-common to Build-Depends for use by dh_autoreconf.
  - update style for constency: use trailing commas at the end of dep lists.
  - Add Vcs-Bzr, Vcs-Browser fields with comment for uploaders.
* debian/rules:
  - override dh_autoreconf to use autogen.sh for the reconfiguration process.
  - add export DPKG_GENSYMBOLS_CHECK_LEVEL=4.
  - enable quilt with the dh sequencer to make sure patches get applied.
* debian/compat: bump to compat level 9.
* debian/source/format: migrate back to source format 1.0 for consistency
  with the rest of the indicator stack.
* Automatic snapshot from revision 337 (bootstrap):
  - Add 'check-news' to AM_INIT_AUTOMAKE. (LP: #1075753)
  - Remove the determine_key function. (LP: #1064255)
  - Use the file path directly if it's an absolute path. (LP: #1024705)

[ Automatic PS uploader ]
* Automatic snapshot from revision 339

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
Copyright 2010 Canonical Ltd.
 
3
 
 
4
Authors:
 
5
    Robert Collins <robert.collins@canonical.com>
 
6
 
 
7
This program is free software: you can redistribute it and/or modify it 
 
8
under the terms of the GNU General Public License version 3, as published 
 
9
by the Free Software Foundation.
 
10
 
 
11
This program is distributed in the hope that it will be useful, but 
 
12
WITHOUT ANY WARRANTY; without even the implied warranties of 
 
13
MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR 
 
14
PURPOSE.  See the GNU General Public License for more details.
 
15
 
 
16
You should have received a copy of the GNU General Public License along 
 
17
with this program.  If not, see <http://www.gnu.org/licenses/>.
 
18
*/
 
19
 
 
20
/**
 
21
 * Control interface for the mocked pa-glib-mainloop test library 
 
22
 */
 
23
#include <pulse/glib-mainloop.h>
 
24
 
 
25
void set_pa_context_get_state_result(pa_context *, pa_context_state_t state);
 
26
void set_pa_context_get_sink_info(pa_sink_info *info);