Difference between revisions of "IPC"
Jump to navigation
Jump to search
Weng Xuetian (talk | contribs) (Created page with "<languages /> <translate> {{Infobox module | name = IPC | version = 4.2.1 | programming language = C | license = GPLv2 |...") |
Weng Xuetian (talk | contribs) m (→Intro) |
||
Line 14: | Line 14: | ||
User should not disable it otherwise you will lose quite a lot function for Fcitx. | User should not disable it otherwise you will lose quite a lot function for Fcitx. | ||
+ | |||
+ | == For developer == | ||
+ | DBus related name is defined in fcitx/module/ipc/ipc.h, you might want to use it if you want to develop some client for Fcitx. | ||
[[Category:Built-in Addon]] | [[Category:Built-in Addon]] |
Revision as of 04:59, 12 March 2012
Version | 4.2.1 |
---|---|
Written In | C |
License | GPLv2 |
Type | Frontend |
Intro
IPC is a frontend that provides communication function with im module, and it expose some extra DBus interface, which is used by configuration tool.
User should not disable it otherwise you will lose quite a lot function for Fcitx.
For developer
DBus related name is defined in fcitx/module/ipc/ipc.h, you might want to use it if you want to develop some client for Fcitx.