context: pa_context_new_with_proplist: constify proplist param

This commit is contained in:
Lyndon Brown 2018-05-26 23:50:55 +01:00 committed by Arun Raghavan
parent d851021cf5
commit c0a70e8db8
2 changed files with 2 additions and 2 deletions

View file

@ -174,7 +174,7 @@ pa_context *pa_context_new(pa_mainloop_api *mainloop, const char *name);
/** Instantiate a new connection context with an abstract mainloop API
* and an application name, and specify the initial client property
* list. \since 0.9.11 */
pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char *name, pa_proplist *proplist);
pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char *name, const pa_proplist *proplist);
/** Decrease the reference counter of the context by one */
void pa_context_unref(pa_context *c);