Package ch.bailu.gtk.gobject
Class TypeFundamentalInfo
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gobject.TypeFundamentalInfo
- All Implemented Interfaces:
PointerInterface
A structure that provides information to the type system which is
used specifically for managing fundamental types.
used specifically for managing fundamental types.
https://docs.gtk.org/gobject/struct.TypeFundamentalInfo.html
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
#GTypeFundamentalFlags describing the characteristics of the fundamental type -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandler
int
#GTypeFundamentalFlags describing the characteristics of the fundamental typevoid
setFieldTypeFlags
(int type_flags) #GTypeFundamentalFlags describing the characteristics of the fundamental typeMethods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Methods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Field Details
-
TYPE_FLAGS
#GTypeFundamentalFlags describing the characteristics of the fundamental type- See Also:
-
-
Constructor Details
-
TypeFundamentalInfo
-
TypeFundamentalInfo
public TypeFundamentalInfo()
-
-
Method Details
-
getClassHandler
-
setFieldTypeFlags
public void setFieldTypeFlags(int type_flags) #GTypeFundamentalFlags describing the characteristics of the fundamental type -
getFieldTypeFlags
public int getFieldTypeFlags()#GTypeFundamentalFlags describing the characteristics of the fundamental type
-