Package app.photofox.vipsffm.generated
Class VipsRaw_1.vips_call_split_option_string
java.lang.Object
app.photofox.vipsffm.generated.VipsRaw_1.vips_call_split_option_string
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.intapply(MemorySegment operation_name, MemorySegment option_string, MemorySegment optional, Object... x3) Returns the specialized descriptor.handle()Returns the specialized method handle.makeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern int vips_call_split_option_string(const char *operation_name, const char *option_string, va_list optional, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern int vips_call_split_option_string(const char *operation_name, const char *option_string, va_list optional, ...) -
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
public int apply(MemorySegment operation_name, MemorySegment option_string, MemorySegment optional, Object... x3)
-