| 232 | }; |
| 233 | |
| 234 | void handle_im_context_destroy(wl_client *client, wl_resource *resource) |
| 235 | { |
| 236 | wl_resource_destroy(resource); |
| 237 | } |
| 238 | |
| 239 | void handle_im_context_commit_string(wl_client *client, wl_resource *resource, |
| 240 | uint32_t serial, const char *text) |
nothing calls this directly
no outgoing calls
no test coverage detected