Class _GObjectConstructParam

java.lang.Object
app.photofox.vipsffm.jextract._GObjectConstructParam
Direct Known Subclasses:
GObjectConstructParam

public class _GObjectConstructParam extends Object
struct _GObjectConstructParam {
    GParamSpec *pspec;
    GValue *value;
}
  • Method Details

    • layout

      public static final GroupLayout layout()
      The layout of this struct
    • pspec$layout

      public static final AddressLayout pspec$layout()
      Layout for field:
      GParamSpec *pspec
      
    • pspec$offset

      public static final long pspec$offset()
      Offset for field:
      GParamSpec *pspec
      
    • pspec

      public static MemorySegment pspec(MemorySegment struct)
      Getter for field:
      GParamSpec *pspec
      
    • pspec

      public static void pspec(MemorySegment struct, MemorySegment fieldValue)
      Setter for field:
      GParamSpec *pspec
      
    • value$layout

      public static final AddressLayout value$layout()
      Layout for field:
      GValue *value
      
    • value$offset

      public static final long value$offset()
      Offset for field:
      GValue *value
      
    • value

      public static MemorySegment value(MemorySegment struct)
      Getter for field:
      GValue *value
      
    • value

      public static void value(MemorySegment struct, MemorySegment fieldValue)
      Setter for field:
      GValue *value
      
    • asSlice

      public static MemorySegment asSlice(MemorySegment array, long index)
      Obtains a slice of arrayParam which selects the array element at index. The returned segment has address arrayParam.address() + index * layout().byteSize()
    • sizeof

      public static long sizeof()
      The size (in bytes) of this struct
    • allocate

      public static MemorySegment allocate(SegmentAllocator allocator)
      Allocate a segment of size layout().byteSize() using allocator
    • allocateArray

      public static MemorySegment allocateArray(long elementCount, SegmentAllocator allocator)
      Allocate an array of size elementCount using allocator. The returned segment has size elementCount * layout().byteSize().
    • reinterpret

      public static MemorySegment reinterpret(MemorySegment addr, Arena arena, Consumer<MemorySegment> cleanup)
      Reinterprets addr using target arena and cleanupAction (if any). The returned segment has size layout().byteSize()
    • reinterpret

      public static MemorySegment reinterpret(MemorySegment addr, long elementCount, Arena arena, Consumer<MemorySegment> cleanup)
      Reinterprets addr using target arena and cleanupAction (if any). The returned segment has size elementCount * layout().byteSize()