The type of the method_call function in DBusInterfaceVTable.
| connection | |
| sender |
The unique bus name of the remote caller. |
| object_path |
The object path that the method was invoked on. |
| interface_name |
The D-Bus interface name the method was invoked on. |
| method_name |
The name of the method that was invoked. |
| parameters |
A Variant tuple with parameters. |
| invocation |
A DBusMethodInvocation object that can be used to return a value or error. |
| user_data |
The |