mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pw_client_proxy -> pw_client
This commit is contained in:
parent
aa378417c2
commit
a8f1d756c3
17 changed files with 108 additions and 108 deletions
|
|
@ -489,8 +489,8 @@ static void set_permissions(struct data *data)
|
|||
permissions[1].id = SPA_ID_INVALID;
|
||||
permissions[1].permissions = PW_PERM_R;
|
||||
|
||||
pw_client_proxy_update_permissions(
|
||||
pw_core_get_client_proxy(data->core),
|
||||
pw_client_update_permissions(
|
||||
pw_core_get_client(data->core),
|
||||
2, permissions);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue