Searched refs:ic_path (Results 1 – 1 of 1) sorted by relevance
49 char *ic_path; member185 if (!client->ic_path) { in FcitxClientICCallMethod()199 if (!client->ic_path) { in Fcitx_SetCapabilities()244 char *ic_path = NULL; in FcitxClientCreateIC() local254 if (ic_path) { in FcitxClientCreateIC()255 SDL_free(client->ic_path); in FcitxClientCreateIC()256 client->ic_path = SDL_strdup(ic_path); in FcitxClientCreateIC()308 if (fcitx_client.ic_path) { in SDL_Fcitx_Quit()309 SDL_free(fcitx_client.ic_path); in SDL_Fcitx_Quit()310 fcitx_client.ic_path = NULL; in SDL_Fcitx_Quit()[all …]
Completed in 3 milliseconds