Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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