Exemplo n.º 1
0
void FreeAutoEng(void* arg)
{
    FcitxAutoEngState *autoEngState = (FcitxAutoEngState*)arg;
    AutoEngFreeList(autoEngState);
    fcitx_utils_free(autoEngState->buf);
    fcitx_utils_free(autoEngState->back_buff);
}
Exemplo n.º 2
0
void ReloadAutoEng(void* arg)
{
    FcitxAutoEngState *autoEngState = (FcitxAutoEngState*)arg;
    AutoEngFreeList(autoEngState);
    LoadAutoEng(autoEngState);
    autoEngState->enable = getCfgValueBool("sogouEnv.ini", "Advance:UrlMode", 1);
}
Exemplo n.º 3
0
void ReloadAutoEng(void* arg)
{
    FcitxAutoEngState *autoEngState = (FcitxAutoEngState*)arg;
    AutoEngFreeList(autoEngState);
    LoadAutoEng(autoEngState);
}