logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

RkUnmountDic - unmount a dictionary from the dictionary list

Description

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

Name

RkUnmountDic - unmount a dictionary from the dictionary list

Return Value

       This function returns 0 if successful; otherwise it returns -1.

See Also

RkMountDic(3)

                                                                                                 RKUNMOUNTDIC(3)

Synopsis

#include<canna/RK.h>intRkUnmountDic(cxnum,dicname)intcxnum;char*dicname;

See Also