Package ch.bailu.gtk.gobject
Interface SignalMatchType
public interface SignalMatchType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe closure must be the same.static final intThe closure data must be the same.static final intThe signal detail must be equal.static final intThe C closure callback must be the same.static final intThe signal id must be equal.static final intOnly 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:
-