Package ch.bailu.gtk.gobject
Schnittstelle SignalMatchType
public interface SignalMatchType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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.
-
Felddetails
-
ID
static final int IDThe signal id must be equal.- Siehe auch:
-
DETAIL
static final int DETAILThe signal detail must be equal.- Siehe auch:
-
CLOSURE
static final int CLOSUREThe closure must be the same.- Siehe auch:
-
FUNC
static final int FUNCThe C closure callback must be the same.- Siehe auch:
-
DATA
static final int DATAThe closure data must be the same.- Siehe auch:
-
UNBLOCKED
static final int UNBLOCKEDOnly unblocked signals may be matched.- Siehe auch:
-