1RKMOUNTDIC(3) Library Functions Manual RKMOUNTDIC(3)
2
3
4
6 RkMountDic - mount a dictionary in the dictionary list
7
9 #include <canna/RK.h>
10 int RkMountDic(cxnum, dicname, mode)
11 int cxnum;
12 char *dicname;
13 int mode;
14
16 RkMountDic mounts a dictionary in the dictionary list. The dictionary
17 name is got with RkGetDicList(3). RkMountDic appends the named dictio‐
18 nary to the dictionary list. The dictionary thus mounted can be used
19 from the next run of kana-kanji conversion. mode is meaningless at
20 this moment.
21
22 The dictionary to be mounted must not have already been mounted in the
23 present context.
24
26 This function returns 0 if successful; otherwise, it returns -1.
27
29 RkUnmountDic[24m(3)
30
31
32
33 RKMOUNTDIC(3)