mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
pulse: client connect to dbus
This commit is contained in:
parent
b4ef64d198
commit
1dad83b73c
4 changed files with 90 additions and 6 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue