mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pw_client -> pw_impl_client
This commit is contained in:
parent
d70a47b7fe
commit
95688939bf
40 changed files with 236 additions and 236 deletions
|
|
@ -109,7 +109,7 @@ static const struct pw_resource_events resource_events = {
|
|||
};
|
||||
|
||||
static int
|
||||
global_bind(void *_data, struct pw_client *client, uint32_t permissions,
|
||||
global_bind(void *_data, struct pw_impl_client *client, uint32_t permissions,
|
||||
uint32_t version, uint32_t id)
|
||||
{
|
||||
struct impl *impl = _data;
|
||||
|
|
|
|||
|
|
@ -107,8 +107,8 @@ struct pw_device *pw_client_device_new(struct pw_resource *resource,
|
|||
{
|
||||
struct impl *impl;
|
||||
struct pw_device *device;
|
||||
struct pw_client *client = pw_resource_get_client(resource);
|
||||
struct pw_context *context = pw_client_get_context(client);
|
||||
struct pw_impl_client *client = pw_resource_get_client(resource);
|
||||
struct pw_context *context = pw_impl_client_get_context(client);
|
||||
|
||||
if (properties == NULL)
|
||||
properties = pw_properties_new(NULL, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue