mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
context: pa_context_new_with_proplist: constify proplist param
This commit is contained in:
parent
d851021cf5
commit
c0a70e8db8
2 changed files with 2 additions and 2 deletions
|
|
@ -125,7 +125,7 @@ static void reset_callbacks(pa_context *c) {
|
|||
c->ext_stream_restore.userdata = NULL;
|
||||
}
|
||||
|
||||
pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char *name, pa_proplist *p) {
|
||||
pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char *name, const pa_proplist *p) {
|
||||
pa_context *c;
|
||||
pa_mem_type_t type;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue