Package org.gnome.gobject
Class Type
A numerical value which represents the unique identifier of a registered
type.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Type[]
fromNativeArray
(MemorySegment address, long length, boolean free) toString()
Return the name of a Type usingGObjects.typeName(org.gnome.glib.Type)
.Methods inherited from class io.github.jwharm.javagi.base.Alias
equals, getAddressValues, getBooleanValues, getByteValues, getCharacterValues, getDoubleValues, getFloatValues, getIntegerValues, getLongValues, getShortValues, getValue, hashCode, setValue
-
Constructor Details
-
Type
public Type(long value) Create a new Type with the provided value
-
-
Method Details
-
fromNativeArray
-
toString
Return the name of a Type usingGObjects.typeName(org.gnome.glib.Type)
.
-