Package org.freedesktop.wayland.raw
Class LibWayland_1.wl_resource_queue_event
java.lang.Object
org.freedesktop.wayland.raw.LibWayland_1.wl_resource_queue_event
- Enclosing class:
LibWayland_1
Variadic invoker class for:
void wl_resource_queue_event(struct wl_resource *resource, uint32_t opcode, ...)
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegment
address()
Returns the address.void
apply
(MemorySegment resource, int opcode, Object... x2) Returns the specialized descriptor.handle()
Returns the specialized method handle.makeInvoker
(MemoryLayout... layouts) Variadic invoker factory for:void wl_resource_queue_event(struct wl_resource *resource, uint32_t opcode, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:void wl_resource_queue_event(struct wl_resource *resource, 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
-