Class VipsRaw.vips_error
java.lang.Object
app.photofox.vipsffm.jextract.VipsRaw.vips_error
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.voidapply(MemorySegment domain, MemorySegment fmt, Object... x2) Returns the specialized descriptor.handle()Returns the specialized method handle.static VipsRaw.vips_errormakeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern void vips_error(const char *domain, const char *fmt, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern void vips_error(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
-