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

Enumeration Members

Enumeration Members

CLOSURE: number

The closure must be the same.

DATA: number

The closure data must be the same.

DETAIL: number

The signal detail must be equal.

FUNC: number

The C closure callback must be the same.

ID: number

The signal id must be equal.

UNBLOCKED: number

Only unblocked signals may be matched.