GSignalInvocationHint

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

Members

Variables

detail
GQuark detail;

The detail passed on for this emission

runType
GSignalFlags runType;

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.

signalId
uint signalId;

The signal id of the signal invoking the callback