Class _GParamSpecString

java.lang.Object
app.photofox.vipsffm.jextract._GParamSpecString
Direct Known Subclasses:
GParamSpecString

public class _GParamSpecString extends Object
struct _GParamSpecString {
    GParamSpec parent_instance;
    gchar *default_value;
    gchar *cset_first;
    gchar *cset_nth;
    gchar substitutor;
    guint null_fold_if_empty : 1;
    guint ensure_non_null : 1;
}
  • 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
      
    • default_value$layout

      public static final AddressLayout default_value$layout()
      Layout for field:
      gchar *default_value
      
    • default_value$offset

      public static final long default_value$offset()
      Offset for field:
      gchar *default_value
      
    • default_value

      public static MemorySegment default_value(MemorySegment struct)
      Getter for field:
      gchar *default_value
      
    • default_value

      public static void default_value(MemorySegment struct, MemorySegment fieldValue)
      Setter for field:
      gchar *default_value
      
    • cset_first$layout

      public static final AddressLayout cset_first$layout()
      Layout for field:
      gchar *cset_first
      
    • cset_first$offset

      public static final long cset_first$offset()
      Offset for field:
      gchar *cset_first
      
    • cset_first

      public static MemorySegment cset_first(MemorySegment struct)
      Getter for field:
      gchar *cset_first
      
    • cset_first

      public static void cset_first(MemorySegment struct, MemorySegment fieldValue)
      Setter for field:
      gchar *cset_first
      
    • cset_nth$layout

      public static final AddressLayout cset_nth$layout()
      Layout for field:
      gchar *cset_nth
      
    • cset_nth$offset

      public static final long cset_nth$offset()
      Offset for field:
      gchar *cset_nth
      
    • cset_nth

      public static MemorySegment cset_nth(MemorySegment struct)
      Getter for field:
      gchar *cset_nth
      
    • cset_nth

      public static void cset_nth(MemorySegment struct, MemorySegment fieldValue)
      Setter for field:
      gchar *cset_nth
      
    • substitutor$layout

      public static final ValueLayout.OfByte substitutor$layout()
      Layout for field:
      gchar substitutor
      
    • substitutor$offset

      public static final long substitutor$offset()
      Offset for field:
      gchar substitutor
      
    • substitutor

      public static byte substitutor(MemorySegment struct)
      Getter for field:
      gchar substitutor
      
    • substitutor

      public static void substitutor(MemorySegment struct, byte fieldValue)
      Setter for field:
      gchar substitutor
      
    • 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()