adwaita-swift/Documentation/Reference/classes/ViewStorage.SignalData.md
david-swift 4937c36b3b Improve updating performance
And update docs reflecting the changes in the latest commits
2024-01-27 08:07:05 +01:00

585 B

CLASS

ViewStorage.SignalData

Data to pass to signal handlers.

Properties

closure

The closure.

handler

The closure as a C handler.

threeParamsHandler

The closure as a C handler with three parameters.

fourParamsHandler

The closure as a C handler with four parameters.

fiveParamsHandler

The closure as a C handler with five parameters.

Methods

init(closure:)

Initialize the signal data.

  • Parameter closure: The signal's closure.

init(closure:)

Initialize the signal data.

  • Parameter closure: The signal's closure.