mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
context: pa_context_proplist_update: constify proplist pointer
This commit is contained in:
parent
887150530a
commit
6161e106c0
2 changed files with 2 additions and 2 deletions
|
|
@ -1369,7 +1369,7 @@ uint32_t pa_context_get_index(pa_context *c) {
|
|||
return c->client_index;
|
||||
}
|
||||
|
||||
pa_operation *pa_context_proplist_update(pa_context *c, pa_update_mode_t mode, pa_proplist *p, pa_context_success_cb_t cb, void *userdata) {
|
||||
pa_operation *pa_context_proplist_update(pa_context *c, pa_update_mode_t mode, const pa_proplist *p, pa_context_success_cb_t cb, void *userdata) {
|
||||
pa_operation *o;
|
||||
pa_tagstruct *t;
|
||||
uint32_t tag;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue