1RKUNMOUNTDIC(3) Library Functions Manual RKUNMOUNTDIC(3)
2
3
4
6 RkUnmountDic - unmount a dictionary from the dictionary list
7
9 #include <canna/RK.h>
10 int RkUnmountDic(cxnum, dicname)
11 int cxnum;
12 char *dicname;
13
15 RkUnmountDic unmounts the dictionary named by dicname from the dictio‐
16 nary list. The dictionary thus unmounted is removed from the next run
17 of kana-kanji conversion.
18
19 The dictionary to be unmounted must have already been mounted in the
20 present context.
21
23 This function returns 0 if successful; otherwise it returns -1.
24
26 RkMountDic[24m(3)
27
28
29
30 RKUNMOUNTDIC(3)