Query: rkunmountdic
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RKUNMOUNTDIC(3) Library Functions Manual RKUNMOUNTDIC(3)NAMERkUnmountDic - unmount a dictionary from the dictionary listSYNOPSIS#include <canna/RK.h> int RkUnmountDic(cxnum, dicname) int cxnum; char *dicname;DESCRIPTIONRkUnmountDic unmounts the dictionary named by dicname from the dictionary list. The dictionary thus unmounted is removed from the next run of kana-kanji conversion. The dictionary to be unmounted must have already been mounted in the present context.RETURN VALUEThis function returns 0 if successful; otherwise it returns -1.SEE ALSORkMountDic(3) RKUNMOUNTDIC(3)