~ubuntu-branches/ubuntu/oneiric/pulseaudio/oneiric

« back to all changes in this revision

Viewing changes to src/pulse/client-conf.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2007-12-04 00:56:08 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071204005608-y1xqvcu45g1yxtlu
Tags: 0.9.8-1ubuntu1
"Hail our new PulseAudio overlords (part two)."

* Merge from Debian unstable.
* Ubuntu-specific changes:
  - debian/control:
    + Don't build-depend on libjack0.100.0-dev or build jack module
      packages,
    + Update pulseaudio's Recommends and Suggests to accomodate
      existing promoted main packages,
    + Explicitly mention pasuspender in pulseaudio-utils's long
      description,
    + Add Vcs-Bzr URI,
    + Adhere to DebianMaintainerField;
  - debian/rules: Use multiuser for update-rc.d;
  - debian/patches/series: Retain the exclusion of
    0001-Set-ESD-socket-to-tmp-.esd-socket-to-match-up-with.patch.
* Dropped Ubuntu-specific change (absorbed into Debian source):
  debian/patches/0002-Double-esound-maximum-sample-size.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef fooclientconfhfoo
2
2
#define fooclientconfhfoo
3
3
 
4
 
/* $Id: client-conf.h 1426 2007-02-13 15:35:19Z ossman $ */
 
4
/* $Id: client-conf.h 2009 2007-11-01 00:33:14Z lennart $ */
5
5
 
6
6
/***
7
7
  This file is part of PulseAudio.
30
30
 
31
31
typedef struct pa_client_conf {
32
32
    char *daemon_binary, *extra_arguments, *default_sink, *default_source, *default_server, *cookie_file;
33
 
    int autospawn, disable_shm;
 
33
    pa_bool_t autospawn, disable_shm;
34
34
    uint8_t cookie[PA_NATIVE_COOKIE_LENGTH];
35
 
    int cookie_valid; /* non-zero, when cookie is valid */
 
35
    pa_bool_t cookie_valid; /* non-zero, when cookie is valid */
36
36
} pa_client_conf;
37
37
 
38
38
/* Create a new configuration data object and reset it to defaults */