SignalInvocationHint

class SignalInvocationHint(pointer: <Error class: unknown class><<Error class: unknown class>>)

The #GSignalInvocationHint structure is used to pass on additional information to callbacks during a signal emission.

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var detail: <Error class: unknown class>

The detail passed on for this emission

Link copied to clipboard
val gobjectSignalInvocationHintPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard

The stage the signal emission is currently in, this field will contain one of %G_SIGNAL_RUN_FIRST, %G_SIGNAL_RUN_LAST or %G_SIGNAL_RUN_CLEANUP and %G_SIGNAL_ACCUMULATOR_FIRST_RUN. %G_SIGNAL_ACCUMULATOR_FIRST_RUN is only set for the first run of the accumulator function for a signal emission.

Link copied to clipboard
var signalId: <Error class: unknown class>

The signal id of the signal invoking the callback