Package org.gnome.glib
Class StatBuf
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.glib.StatBuf
- All Implemented Interfaces:
Proxy
A type corresponding to the appropriate struct type for the stat()
system call, depending on the platform and/or compiler being used.
See g_stat() for more information.
-
Constructor Summary
ConstructorDescriptionStatBuf
(MemorySegment address) Create a StatBuf proxy instance for the provided memory address. -
Method Summary
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
StatBuf
Create a StatBuf proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-