Class VipsRaw.vips_error_exit

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

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

    • makeInvoker

      public static VipsRaw.vips_error_exit makeInvoker(MemoryLayout... layouts)
      Variadic invoker factory for:
      extern void vips_error_exit(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 fmt, Object... x1)