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 TypMethodeBeschreibungvoidfree()Internal function for gtester to free test log messages, no ABI guarantees provided.static ClassHandlerintintvoidsetFieldLogType(int log_type) voidsetFieldNStrings(int n_strings) Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksVon Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon 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.
-