Package app.photofox.vipsffm.jextract
Class _GObjectConstructParam
java.lang.Object
app.photofox.vipsffm.jextract._GObjectConstructParam
- Direct Known Subclasses:
GObjectConstructParam
struct _GObjectConstructParam {
GParamSpec *pspec;
GValue *value;
}
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentallocate(SegmentAllocator allocator) Allocate a segment of sizelayout().byteSize()usingallocatorstatic MemorySegmentallocateArray(long elementCount, SegmentAllocator allocator) Allocate an array of sizeelementCountusingallocator.static MemorySegmentasSlice(MemorySegment array, long index) Obtains a slice ofarrayParamwhich selects the array element atindex.static final GroupLayoutlayout()The layout of this structstatic MemorySegmentpspec(MemorySegment struct) Getter for field:GParamSpec *pspecstatic voidpspec(MemorySegment struct, MemorySegment fieldValue) Setter for field:GParamSpec *pspecstatic final AddressLayoutLayout for field:GParamSpec *pspecstatic final longOffset for field:GParamSpec *pspecstatic MemorySegmentreinterpret(MemorySegment addr, long elementCount, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddrusing targetarenaandcleanupAction(if any).static MemorySegmentreinterpret(MemorySegment addr, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddrusing targetarenaandcleanupAction(if any).static longsizeof()The size (in bytes) of this structstatic MemorySegmentvalue(MemorySegment struct) Getter for field:GValue *valuestatic voidvalue(MemorySegment struct, MemorySegment fieldValue) Setter for field:GValue *valuestatic final AddressLayoutLayout for field:GValue *valuestatic final longOffset for field:GValue *value
-
Method Details
-
layout
The layout of this struct -
pspec$layout
Layout for field:GParamSpec *pspec -
pspec$offset
public static final long pspec$offset()Offset for field:GParamSpec *pspec -
pspec
Getter for field:GParamSpec *pspec -
pspec
Setter for field:GParamSpec *pspec -
value$layout
Layout for field:GValue *value -
value$offset
public static final long value$offset()Offset for field:GValue *value -
value
Getter for field:GValue *value -
value
Setter for field:GValue *value -
asSlice
Obtains a slice ofarrayParamwhich selects the array element atindex. The returned segment has addressarrayParam.address() + index * layout().byteSize() -
sizeof
public static long sizeof()The size (in bytes) of this struct -
allocate
Allocate a segment of sizelayout().byteSize()usingallocator -
allocateArray
Allocate an array of sizeelementCountusingallocator. The returned segment has sizeelementCount * layout().byteSize(). -
reinterpret
public static MemorySegment reinterpret(MemorySegment addr, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddrusing targetarenaandcleanupAction(if any). The returned segment has sizelayout().byteSize() -
reinterpret
public static MemorySegment reinterpret(MemorySegment addr, long elementCount, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddrusing targetarenaandcleanupAction(if any). The returned segment has sizeelementCount * layout().byteSize()
-