Package org.freedesktop.wayland.raw
Class LibWayland_1.wl_resource_post_error
java.lang.Object
org.freedesktop.wayland.raw.LibWayland_1.wl_resource_post_error
- Enclosing class:
LibWayland_1
Variadic invoker class for:
void wl_resource_post_error(struct wl_resource *resource, uint32_t code, const char *msg, ...)
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegment
address()
Returns the address.void
apply
(MemorySegment resource, int code, MemorySegment msg, Object... x3) Returns the specialized descriptor.handle()
Returns the specialized method handle.makeInvoker
(MemoryLayout... layouts) Variadic invoker factory for:void wl_resource_post_error(struct wl_resource *resource, uint32_t code, const char *msg, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:void wl_resource_post_error(struct wl_resource *resource, uint32_t code, const char *msg, ...)
-
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
-