Class VipsRaw.vips_error_system

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

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

    • makeInvoker

      public static VipsRaw.vips_error_system makeInvoker(MemoryLayout... layouts)
      Variadic invoker factory for:
      extern void vips_error_system(int err, const char *domain, 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(int err, MemorySegment domain, MemorySegment fmt, Object... x3)