Class VipsRaw.vips_error_system
java.lang.Object
app.photofox.vipsffm.jextract.VipsRaw.vips_error_system
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegment
address()
Returns the address.void
apply
(int err, MemorySegment domain, MemorySegment fmt, Object... x3) Returns the specialized descriptor.handle()
Returns the specialized method handle.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, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern void vips_error_system(int err, const char *domain, 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
-