Package org.gnome.glib
Class TimeSpan
A value representing an interval of time, in microseconds.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TimeSpan[]
fromNativeArray
(MemorySegment address, long length, boolean free) 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
-
TimeSpan
public TimeSpan(long value) Create a new TimeSpan with the provided value
-
-
Method Details
-
fromNativeArray
-