Import line: | GObject = imports.gi.GObject; |
GIR File: | GObject-2.0.gir |
C documentation: | GSignalMatchType |
Enum : | SignalMatchType |
Properties | |
---|---|
guint32 GObject.SignalMatchType.CLOSURE : 4
|
|
guint32 GObject.SignalMatchType.DATA : 16
|
|
guint32 GObject.SignalMatchType.DETAIL : 2
|
|
guint32 GObject.SignalMatchType.FUNC : 8
|
|
guint32 GObject.SignalMatchType.ID : 1
|
|
guint32 GObject.SignalMatchType.UNBLOCKED : 32
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GObject
Method |
GObject.signal_handler_find
(void* instance, SignalMatchType mask, guint32 signal_id, guint32 detail, Closure closure, void* func, void* data)
:
guint32
Finds the first signal handler that matches certain selection criteria.
|
GObject
Method |
GObject.signal_handlers_block_matched
(void* instance, SignalMatchType mask, guint32 signal_id, guint32 detail, Closure closure, void* func, void* data)
:
guint32
Blocks all handlers on an instance that match a certain selection criteria.
|
GObject
Method |
GObject.signal_handlers_disconnect_matched
(void* instance, SignalMatchType mask, guint32 signal_id, guint32 detail, Closure closure, void* func, void* data)
:
guint32
Disconnects all handlers on an instance that match a certain
selection criteria. |
GObject
Method |
GObject.signal_handlers_unblock_matched
(void* instance, SignalMatchType mask, guint32 signal_id, guint32 detail, Closure closure, void* func, void* data)
:
guint32
Unblocks all handlers on an instance that match a certain selection
criteria. |