mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
rename pa_property_xxx to pa_shared_xxx to avoid confusion with property lists
This commit is contained in:
parent
a5a7b79938
commit
edc56a7f7a
10 changed files with 84 additions and 83 deletions
|
|
@ -152,7 +152,7 @@ int pa__init(pa_module*m) {
|
|||
if (!(u->x11_wrapper = pa_x11_wrapper_get(m->core, pa_modargs_get_value(ma, "display", NULL))))
|
||||
goto fail;
|
||||
|
||||
if (!(l = pa_property_get(m->core, PA_NATIVE_SERVER_PROPERTY_NAME)))
|
||||
if (!(l = pa_shared_get(m->core, PA_NATIVE_SERVER_PROPERTY_NAME)))
|
||||
goto fail;
|
||||
|
||||
l = pa_strlist_reverse(l);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue