Class VipsRaw.vips_error_exit
java.lang.Object
app.photofox.vipsffm.jextract.VipsRaw.vips_error_exit
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegment
address()
Returns the address.void
apply
(MemorySegment fmt, Object... x1) Returns the specialized descriptor.handle()
Returns the specialized method handle.static VipsRaw.vips_error_exit
makeInvoker
(MemoryLayout... layouts) Variadic invoker factory for:extern void vips_error_exit(const char *fmt, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern void vips_error_exit(const char *fmt, ...)
-
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
-