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:
Quentin Wenger 2021-09-27 15:09:32 +02:00 committed by Wim Taymans
parent d3ea3142e1
commit 22fc9eec35
55 changed files with 636 additions and 636 deletions

View file

@ -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