Back to Seed Clases

GObject


Classes

Interfaces

Structs

Unions

Enums

Enum GObject.SignalMatchType

Import line: GObject = imports.gi.GObject;
GIR File: GObject-2.0.gir
C documentation: GSignalMatchType
Enum : SignalMatchType
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
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:47 GMT+0800 (HKT)