summaryrefslogtreecommitdiffstats
path: root/src/pulse/context.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-03-30 20:26:27 +0200
committerLennart Poettering <lennart@poettering.net>2009-03-30 20:26:27 +0200
commitd33be12fde0910e4a7515c3f6a8b8f2165624cb0 (patch)
tree43b62e47c2a673eeabca86136a3c73aa6233e1fc /src/pulse/context.h
parent649c982222f520fdd4afae8880c622437d4ba585 (diff)
parent8491b47a5164fdff10724bfe74411791dc0ff912 (diff)
Merge commit 'elmarco/dbus'
Diffstat (limited to 'src/pulse/context.h')
-rw-r--r--src/pulse/context.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/pulse/context.h b/src/pulse/context.h
index c32cf443..139d0e0b 100644
--- a/src/pulse/context.h
+++ b/src/pulse/context.h
@@ -207,9 +207,10 @@ pa_context_state_t pa_context_get_state(pa_context *c);
connect to the default server. This routine may but will not always
return synchronously on error. Use pa_context_set_state_callback() to
be notified when the connection is established. If flags doesn't have
-PA_NOAUTOSPAWN set and no specific server is specified or accessible a
-new daemon is spawned. If api is non-NULL, the functions specified in
-the structure are used when forking a new child process. */
+PA_CONTEXT_NOAUTOSPAWN set and no specific server is specified or
+accessible a new daemon is spawned. If api is non-NULL, the functions
+specified in the structure are used when forking a new child
+process. */
int pa_context_connect(pa_context *c, const char *server, pa_context_flags_t flags, const pa_spawn_api *api);
/** Terminate the context connection immediately */