MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / create

Function create

cpp/imehandler/linux/src/ibushandler.cpp:259–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257/* To use the library with dlopen. */
258extern "C" {
259 ImeHandler* create() {
260 return new IBusHandler;
261 }
262
263 void destroy(ImeHandler* h) {
264 delete h;

Callers 9

download_to_tmp_folderFunction · 0.85
acquireMethod · 0.85
mainFunction · 0.85
newMethod · 0.85
unzipFunction · 0.85
config_testFunction · 0.85

Calls

no outgoing calls