Package org.freedesktop.wayland.raw
Class C_1.asprintf
java.lang.Object
org.freedesktop.wayland.raw.C_1.asprintf
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegment
address()
Returns the address.int
apply
(MemorySegment __ptr, MemorySegment __fmt, Object... x2) Returns the specialized descriptor.handle()
Returns the specialized method handle.static C_1.asprintf
makeInvoker
(MemoryLayout... layouts) Variadic invoker factory for:extern int asprintf(char **restrict __ptr, const char *restrict __fmt, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern int asprintf(char **restrict __ptr, const char *restrict __fmt, ...)
-
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
-