Searched defs:wl_closure (Results 1 – 1 of 1) sorted by relevance
143 struct wl_closure { struct144 int count;145 const struct wl_message *message;146 uint32_t opcode;147 uint32_t sender_id;148 union wl_argument args[WL_CLOSURE_MAX_ARGS];149 struct wl_list link;150 struct wl_proxy *proxy;151 struct wl_array extra[0];