MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / handle_im_context_destroy

Function handle_im_context_destroy

plugins/protocols/input-method-v1.cpp:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232};
233
234void handle_im_context_destroy(wl_client *client, wl_resource *resource)
235{
236 wl_resource_destroy(resource);
237}
238
239void handle_im_context_commit_string(wl_client *client, wl_resource *resource,
240 uint32_t serial, const char *text)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected