Package app.photofox.vipsffm.generated
Class VipsRaw.vips_equal
java.lang.Object
app.photofox.vipsffm.generated.VipsRaw.vips_equal
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.intapply(MemorySegment left, MemorySegment right, MemorySegment out, Object... x3) Returns the specialized descriptor.handle()Returns the specialized method handle.static VipsRaw.vips_equalmakeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern int vips_equal(VipsImage *left, VipsImage *right, VipsImage **out, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern int vips_equal(VipsImage *left, VipsImage *right, VipsImage **out, ...) -
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
-