DBusInterfaceSetPropertyFunc
typealias DBusInterfaceSetPropertyFunc = (connection: DBusConnection, sender: String, objectPath: String, interfaceName: String, propertyName: String, <Error class: unknown class>) -> Boolean(source)
The type of the @set_property 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 for the property.param
propertyNameThe name of the property to get the value of.param
valueThe value to set the property to.return true if the property was set to @value, false if @error is set.