mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
Cleanup argument names in methods and events interfaces
First method argument is object, first event argument is data. Closes !963
This commit is contained in:
parent
d3ea3142e1
commit
22fc9eec35
55 changed files with 636 additions and 636 deletions
|
|
@ -312,10 +312,10 @@ do_start(struct spa_loop *loop,
|
|||
return 0;
|
||||
}
|
||||
static int
|
||||
global_bind(void *_data, struct pw_impl_client *client, uint32_t permissions,
|
||||
global_bind(void *object, struct pw_impl_client *client, uint32_t permissions,
|
||||
uint32_t version, uint32_t id)
|
||||
{
|
||||
struct impl *impl = _data;
|
||||
struct impl *impl = object;
|
||||
struct pw_global *global = impl->global;
|
||||
struct pw_resource *resource;
|
||||
struct resource_data *data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue