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

« back to all changes in this revision

Viewing changes to src/modules/module-x11-publish.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2007-12-04 00:56:08 UTC
  • mto: (1.15.1 sid)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20071204005608-3lzrrrpxi186kgx4
Tags: upstream-0.9.8
ImportĀ upstreamĀ versionĀ 0.9.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: module-x11-publish.c 1985 2007-10-29 20:30:53Z lennart $ */
 
1
/* $Id: module-x11-publish.c 2043 2007-11-09 18:25:40Z lennart $ */
2
2
 
3
3
/***
4
4
  This file is part of PulseAudio.
53
53
 
54
54
#include "module-x11-publish-symdef.h"
55
55
 
56
 
PA_MODULE_AUTHOR("Lennart Poettering")
57
 
PA_MODULE_DESCRIPTION("X11 Credential Publisher")
58
 
PA_MODULE_VERSION(PACKAGE_VERSION)
59
 
PA_MODULE_USAGE("display=<X11 display>")
 
56
PA_MODULE_AUTHOR("Lennart Poettering");
 
57
PA_MODULE_DESCRIPTION("X11 Credential Publisher");
 
58
PA_MODULE_VERSION(PACKAGE_VERSION);
 
59
PA_MODULE_LOAD_ONCE(FALSE);
 
60
PA_MODULE_USAGE("display=<X11 display>");
60
61
 
61
62
static const char* const valid_modargs[] = {
62
63
    "display",