Package ch.bailu.gtk.glib
Klasse TestLogMsg
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.glib.TestLogMsg
- Alle implementierten Schnittstellen:
PointerInterface
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
free()
Internal function for gtester to free test log messages, no ABI guarantees provided.static ClassHandler
int
int
void
setFieldLogType
(int log_type) void
setFieldNStrings
(int n_strings) Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
LOG_TYPE
- Siehe auch:
-
N_STRINGS
- Siehe auch:
-
-
Konstruktordetails
-
TestLogMsg
-
-
Methodendetails
-
getClassHandler
-
setFieldLogType
public void setFieldLogType(int log_type) -
getFieldLogType
public int getFieldLogType() -
setFieldNStrings
public void setFieldNStrings(int n_strings) -
getFieldNStrings
public int getFieldNStrings() -
free
public void free()Internal function for gtester to free test log messages, no ABI guarantees provided.
-