summaryrefslogtreecommitdiffstats
path: root/src/polyp/def.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-02-20 16:10:20 +0000
committerLennart Poettering <lennart@poettering.net>2006-02-20 16:10:20 +0000
commit6d0960246036564a6a8bf36b0839158cacc6a81a (patch)
tree22de5a5a69dbdd0ac268d075aceb3075a2016428 /src/polyp/def.h
parente078f084e44de3c4a87bb4fd7a0be9dbda64b604 (diff)
replace "spawn" parameter of pa_context_new() with a proper flags parameter
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@523 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/polyp/def.h')
-rw-r--r--src/polyp/def.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/polyp/def.h b/src/polyp/def.h
index f8e0bed4..e94da253 100644
--- a/src/polyp/def.h
+++ b/src/polyp/def.h
@@ -64,6 +64,11 @@ typedef enum pa_operation_state {
/** An invalid index */
#define PA_INVALID_INDEX ((uint32_t) -1)
+/** Some special flags for contexts. \ since 0.8 */
+typedef enum pa_context_flags {
+ PA_CONTEXT_NOAUTOSPAWN = 1 /**< Disabled autospawning of the polypaudio daemon if required */
+} pa_context_flags_t;
+
/** The direction of a pa_stream object */
typedef enum pa_stream_direction {
PA_STREAM_NODIRECTION, /**< Invalid direction */