Class cookie_io_functions_t

java.lang.Object
org.freedesktop.wayland.raw._IO_cookie_io_functions_t
org.freedesktop.wayland.raw.cookie_io_functions_t

public class cookie_io_functions_t extends _IO_cookie_io_functions_t
typedef struct _IO_cookie_io_functions_t {
    cookie_read_function_t *read;
    cookie_write_function_t *write;
    cookie_seek_function_t *seek;
    cookie_close_function_t *close;
} cookie_io_functions_t