mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-19 08:57:00 -05:00
context: add pa_context_load_cookie_from_file()
There is no function to load the authentication cookie for a context. You can only set environment variables. This patch adds pa_context_load_cookie_from_file(). Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
parent
441a5a422c
commit
0157f4b25f
3 changed files with 20 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ pa_context_is_pending;
|
|||
pa_context_kill_client;
|
||||
pa_context_kill_sink_input;
|
||||
pa_context_kill_source_output;
|
||||
pa_context_load_cookie_from_file;
|
||||
pa_context_load_module;
|
||||
pa_context_move_sink_input_by_index;
|
||||
pa_context_move_sink_input_by_name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue