Package org.freedesktop.wayland.raw
Class LibWayland_1.wl_resource_post_event
java.lang.Object
org.freedesktop.wayland.raw.LibWayland_1.wl_resource_post_event
- Enclosing class:
LibWayland_1
Variadic invoker class for:
void wl_resource_post_event(struct wl_resource *resource, uint32_t opcode, ...)
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.voidapply(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_post_event(struct wl_resource *resource, uint32_t opcode, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:void wl_resource_post_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
-