Class VipsRaw.vips_value_set_save_stringf

java.lang.Object
app.photofox.vipsffm.jextract.VipsRaw.vips_value_set_save_stringf
Enclosing class:
VipsRaw

public static class VipsRaw.vips_value_set_save_stringf extends Object
Variadic invoker class for:
extern void vips_value_set_save_stringf(GValue *value, const char *fmt, ...)
  • Method Details

    • makeInvoker

      public static VipsRaw.vips_value_set_save_stringf makeInvoker(MemoryLayout... layouts)
      Variadic invoker factory for:
      extern void vips_value_set_save_stringf(GValue *value, const char *fmt, ...)
      
    • address

      public static MemorySegment address()
      Returns the address.
      Returns:
      the address
    • handle

      public MethodHandle handle()
      Returns the specialized method handle.
      Returns:
      the specialized method handle
    • descriptor

      public FunctionDescriptor descriptor()
      Returns the specialized descriptor.
      Returns:
      the specialized descriptor
    • apply

      public void apply(MemorySegment value, MemorySegment fmt, Object... x2)