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
FieldsModifier and TypeFieldDescriptionstatic final String#GTypeFundamentalFlags describing the characteristics of the fundamental type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandlerint#GTypeFundamentalFlags describing the characteristics of the fundamental typevoidsetFieldTypeFlags(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, unregisterCallbacksMethods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
-