summaryrefslogtreecommitdiffstats
path: root/src/pulse/def.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-06-19 23:51:58 +0000
committerLennart Poettering <lennart@poettering.net>2006-06-19 23:51:58 +0000
commit3cf16214334b4a1c51e56b0536abd8223d6813dd (patch)
tree6d7933a5ba84c4b2b0a0cc4dd6c0dac16492d7fd /src/pulse/def.h
parentfe1dadbadd9f694d533dc2191451d2a020d99c2f (diff)
* 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
Diffstat (limited to 'src/pulse/def.h')
-rw-r--r--src/pulse/def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/def.h b/src/pulse/def.h
index 3a17f43b..b98337d2 100644
--- a/src/pulse/def.h
+++ b/src/pulse/def.h
@@ -66,7 +66,7 @@ typedef enum pa_operation_state {
/** Some special flags for contexts. \since 0.8 */
typedef enum pa_context_flags {
- PA_CONTEXT_NOAUTOSPAWN = 1 /**< Disabled autospawning of the pulseaudio daemon if required */
+ PA_CONTEXT_NOAUTOSPAWN = 1 /**< Disabled autospawning of the PulseAudio daemon if required */
} pa_context_flags_t;
/** The direction of a pa_stream object */