SignalMatchType

class SignalMatchType

The match types specify what signal_handlers_block_matched(), signal_handlers_unblock_matched() and signal_handlers_disconnect_matched() match signals by.

Fields

class SignalMatchType
CLOSURE

The closure must be the same.

DATA

The closure data must be the same.

DETAIL

The signal detail must be equal.

FUNC

The C closure callback must be the same.

ID

The signal id must be equal.

UNBLOCKED

Only unblocked signals may be matched.