Searched refs:FCITX_IC_DBUS_INTERFACE (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_fcitx.c | 41 #define FCITX_IC_DBUS_INTERFACE "org.fcitx.Fcitx.InputContext1" macro 140 if (dbus->message_is_signal(msg, FCITX_IC_DBUS_INTERFACE, "CommitString")) { in DBus_MessageFilter() 153 if (dbus->message_is_signal(msg, FCITX_IC_DBUS_INTERFACE, "UpdateFormattedPreedit")) { in DBus_MessageFilter() 188 …SDL_DBus_CallVoidMethod(FCITX_DBUS_SERVICE, client->ic_path, FCITX_IC_DBUS_INTERFACE, method, DBUS… in FcitxClientICCallMethod() 208 …SDL_DBus_CallVoidMethod(FCITX_DBUS_SERVICE, client->ic_path, FCITX_IC_DBUS_INTERFACE, "SetCapabili… in Fcitx_SetCapabilities() 343 …if (SDL_DBus_CallMethod(FCITX_DBUS_SERVICE, fcitx_client.ic_path, FCITX_IC_DBUS_INTERFACE, "Proces… in SDL_Fcitx_ProcessKeyEvent() 402 …SDL_DBus_CallVoidMethod(FCITX_DBUS_SERVICE, fcitx_client.ic_path, FCITX_IC_DBUS_INTERFACE, "SetCur… in SDL_Fcitx_UpdateTextRect()
|
Completed in 2 milliseconds