mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-26 01:40:28 -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
|
|
@ -82,7 +82,7 @@ struct pw_module_events {
|
|||
*
|
||||
* \param info info about the module
|
||||
*/
|
||||
void (*info) (void *object, const struct pw_module_info *info);
|
||||
void (*info) (void *data, const struct pw_module_info *info);
|
||||
};
|
||||
|
||||
#define PW_MODULE_METHOD_ADD_LISTENER 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue