Rechercher une page de manuel
RkDeleteDic
Langue: en
Version: 376760 (fedora - 01/12/10)
Section: 3 (Bibliothèques de fonctions)
Sommaire
NAME
RkDeleteDic - delete specified candidates from a dictionarySYNOPSIS
#include <canna/RK.h> int RkDeleteDic(cxnum, dicname, wordrec) int cxnum; char *dicname; char *wordrec;
DESCRIPTION
RkDeleteDic deletes specified candidates from the dictionary named by dicname. Specify the word to delete in the character string wordrec, which is written in the format:- reading part-of-speech information kanji candidate
- (HIRAGANA) #T35 (KANJI) ...
RETURN VALUE
This function returns 0 if successful; otherwise it returns -1. It also returns -1, without doing anything, if it has been run in a conversion mode context.Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre