Package ch.bailu.gtk.gobject
Schnittstelle SignalMatchType
public interface SignalMatchType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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.
-
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:
-