GSignalMatchType

The match types specify what g_signal_handlers_block_matched(), g_signal_handlers_unblock_matched() and g_signal_handlers_disconnect_matched() match signals by.

Values

ValueMeaning
ID1

The signal id must be equal.

DETAIL2

The signal detail must be equal.

CLOSURE4

The closure must be the same.

FUNC8

The C closure callback must be the same.

DATA16

The closure data must be the same.

UNBLOCKED32

Only unblocked signals may be matched.