* more s/pulseaudio/PulseAudio/ replacements

* name the per-user dir ~/.pulse (instead of .pulseaudio), just like /etc/pulse/


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1039 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-06-19 23:51:58 +00:00
parent fe1dadbadd
commit 3cf1621433
18 changed files with 37 additions and 37 deletions

View file

@ -33,13 +33,13 @@ typedef struct pa_core pa_core;
#include <pulsecore/queue.h>
#include <pulsecore/core-subscribe.h>
/* The core structure of pulseaudio. Every pulseaudio daemon contains
/* The core structure of PulseAudio. Every PulseAudio daemon contains
* exactly one of these. It is used for storing kind of global
* variables for the daemon. */
struct pa_core {
/* A random value which may be used to identify this instance of
* pulseaudio. Not cryptographically secure in any way. */
* PulseAudio. Not cryptographically secure in any way. */
uint32_t cookie;
pa_mainloop_api *mainloop;