Class _GParamSpecValueArray

java.lang.Object
app.photofox.vipsffm.jextract._GParamSpecValueArray
Direct Known Subclasses:
GParamSpecValueArray

public class _GParamSpecValueArray extends Object
struct _GParamSpecValueArray {
    GParamSpec parent_instance;
    GParamSpec *element_spec;
    guint fixed_n_elements;
}
  • Method Details

    • layout

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

      public static final GroupLayout parent_instance$layout()
      Layout for field:
      GParamSpec parent_instance
      
    • parent_instance$offset

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

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

      public static void parent_instance(MemorySegment struct, MemorySegment fieldValue)
      Setter for field:
      GParamSpec parent_instance
      
    • element_spec$layout

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

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

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

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

      public static final ValueLayout.OfInt fixed_n_elements$layout()
      Layout for field:
      guint fixed_n_elements
      
    • fixed_n_elements$offset

      public static final long fixed_n_elements$offset()
      Offset for field:
      guint fixed_n_elements
      
    • fixed_n_elements

      public static int fixed_n_elements(MemorySegment struct)
      Getter for field:
      guint fixed_n_elements
      
    • fixed_n_elements

      public static void fixed_n_elements(MemorySegment struct, int fieldValue)
      Setter for field:
      guint fixed_n_elements
      
    • 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()