Package org.freedesktop.wayland.raw
Class LibWayland.wl_proxy_marshal
java.lang.Object
org.freedesktop.wayland.raw.LibWayland.wl_proxy_marshal
- Enclosing class:
LibWayland
Variadic invoker class for:
void wl_proxy_marshal(struct wl_proxy *p, uint32_t opcode, ...)
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegment
address()
Returns the address.void
apply
(MemorySegment p, int opcode, Object... x2) Returns the specialized descriptor.handle()
Returns the specialized method handle.static LibWayland.wl_proxy_marshal
makeInvoker
(MemoryLayout... layouts) Variadic invoker factory for:void wl_proxy_marshal(struct wl_proxy *p, uint32_t opcode, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:void wl_proxy_marshal(struct wl_proxy *p, uint32_t opcode, ...)
-
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
-