Rechercher une page de manuel
RkMountDic
Langue: en
Version: 383085 (fedora - 01/12/10)
Section: 3 (Bibliothèques de fonctions)
NAME
RkMountDic - mount a dictionary in the dictionary listSYNOPSIS
#include <canna/RK.h> int RkMountDic(cxnum, dicname, mode) int cxnum; char *dicname; int mode;
DESCRIPTION
RkMountDic mounts a dictionary in the dictionary list. The dictionary name is got with RkGetDicList(3). RkMountDic appends the named dictionary to the dictionary list. The dictionary thus mounted can be used from the next run of kana-kanji conversion. mode is meaningless at this moment. The dictionary to be mounted must not have already been mounted in the present context.RETURN VALUE
This function returns 0 if successful; otherwise, it returns -1.SEE ALSO
RkUnmountDic(3)Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre