Package ch.bailu.gtk.gobject
Interface SignalMatchType
public interface SignalMatchType
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The closure must be the same.static final int
The closure data must be the same.static final int
The signal detail must be equal.static final int
The C closure callback must be the same.static final int
The signal id must be equal.static final int
Only unblocked signals may be matched.
-
Field Details
-
ID
static final int IDThe signal id must be equal.- See Also:
-
DETAIL
static final int DETAILThe signal detail must be equal.- See Also:
-
CLOSURE
static final int CLOSUREThe closure must be the same.- See Also:
-
FUNC
static final int FUNCThe C closure callback must be the same.- See Also:
-
DATA
static final int DATAThe closure data must be the same.- See Also:
-
UNBLOCKED
static final int UNBLOCKEDOnly unblocked signals may be matched.- See Also:
-