Difference between revisions of "IPC"

From Fcitx
Jump to navigation Jump to search
(Created page with "<languages /> <translate> {{Infobox module | name = IPC | version = 4.2.1 | programming language = C | license = GPLv2 |...")
 
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


IPC
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.