Class _GObject

java.lang.Object
app.photofox.vipsffm.jextract._GObject
Direct Known Subclasses:
GObject

public class _GObject extends Object
struct _GObject {
    GTypeInstance g_type_instance;
    guint ref_count;
    GData *qdata;
}
  • Method Details

    • layout

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

      public static final GroupLayout g_type_instance$layout()
      Layout for field:
      GTypeInstance g_type_instance
      
    • g_type_instance$offset

      public static final long g_type_instance$offset()
      Offset for field:
      GTypeInstance g_type_instance
      
    • g_type_instance

      public static MemorySegment g_type_instance(MemorySegment struct)
      Getter for field:
      GTypeInstance g_type_instance
      
    • g_type_instance

      public static void g_type_instance(MemorySegment struct, MemorySegment fieldValue)
      Setter for field:
      GTypeInstance g_type_instance
      
    • ref_count$layout

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

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

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

      public static void ref_count(MemorySegment struct, int fieldValue)
      Setter for field:
      guint ref_count
      
    • qdata$layout

      public static final AddressLayout qdata$layout()
      Layout for field:
      GData *qdata
      
    • qdata$offset

      public static final long qdata$offset()
      Offset for field:
      GData *qdata
      
    • qdata

      public static MemorySegment qdata(MemorySegment struct)
      Getter for field:
      GData *qdata
      
    • qdata

      public static void qdata(MemorySegment struct, MemorySegment fieldValue)
      Setter for field:
      GData *qdata
      
    • 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()