mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
dbus-protocol: Implement argument type checking for normal methods.
This commit is contained in:
parent
8a28e5de94
commit
587131917f
2 changed files with 43 additions and 3 deletions
|
|
@ -101,7 +101,7 @@ static pa_dbus_method_handler method_handlers[METHOD_HANDLER_MAX] = {
|
|||
[METHOD_HANDLER_REMOVE_PROPERTIES] = {
|
||||
.method_name = "RemoveProperties",
|
||||
.arguments = remove_properties_args,
|
||||
.n_arguments = sizeof(update_properties_args) / sizeof(pa_dbus_arg_info),
|
||||
.n_arguments = sizeof(remove_properties_args) / sizeof(pa_dbus_arg_info),
|
||||
.receive_cb = handle_remove_properties }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue