Enumeration (GI Flags)

GObject-2.0GObjectSignalMatchType

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

Index
CLOSURE: 4

The closure must be the same.

DATA: 16

The closure data must be the same.

DETAIL: 2

The signal detail must be equal.

FUNC: 8

The C closure callback must be the same.

ID: 1

The signal id must be equal.

UNBLOCKED: 32

Only unblocked signals may be matched.