Searched defs:wl_closure (Results 1 – 2 of 2) sorted by relevance
140 struct wl_closure { struct141 int count;142 const struct wl_message *message;143 uint32_t opcode;144 uint32_t sender_id;145 union wl_argument args[WL_CLOSURE_MAX_ARGS];146 struct wl_list link;147 struct wl_proxy *proxy;148 struct wl_array extra[0];
211 int (*send_func)(struct wl_closure *, struct wl_connection *)) in handle_array()