Package org.freedesktop.wayland.raw
Interface wl_dispatcher_func_t.Function
- Enclosing class:
wl_dispatcher_func_t
public static interface wl_dispatcher_func_t.Function
The function pointer signature, expressed as a functional interface
-
Method Summary
Modifier and TypeMethodDescriptionint
apply
(MemorySegment user_data, MemorySegment target, int opcode, MemorySegment msg, MemorySegment args)
-
Method Details
-
apply
int apply(MemorySegment user_data, MemorySegment target, int opcode, MemorySegment msg, MemorySegment args)
-