DBusInterfaceMethodCallFunc
typealias DBusInterfaceMethodCallFunc = (connection: DBusConnection, sender: String, objectPath: String, interfaceName: String, methodName: String, <Error class: unknown class>, invocation: DBusMethodInvocation) -> Unit(source)
The type of the @method_call function in #GDBusInterfaceVTable.
param
connectionA #GDBusConnection.param
senderThe unique bus name of the remote caller.param
objectPathThe object path that the method was invoked on.param
interfaceNameThe D-Bus interface name the method was invoked on.param
methodNameThe name of the method that was invoked.param
parametersA #GVariant tuple with parameters.param
invocationA #GDBusMethodInvocation object that must be used to return a value or error.