DragonFly On-Line Manual Pages

Search: Section:  


RKGETDICLIST(3)       DragonFly Library Functions Manual       RKGETDICLIST(3)

NAME

RRkkGGeettDDiiccLLiisstt - get the name of a dictionary that can be added to the dictionary list

SYNOPSIS

##iinncclluuddee <<ccaannnnaa//RRKK..hh>> iinntt RRkkGGeettDDiiccLLiisstt((ccxxnnuumm,, ddiiccss,, mmaaxxddiiccss)) iinntt ccxxnnuumm;; cchhaarr **ddiiccss;; iinntt mmaaxxddiiccss;;

DESCRIPTION

RkGetDicList gets the name of a dictionary that can be added to the dictionary list. Multiple dictionaries can be simultaneously used during kana-kanji conversion. The simultaneously available dictionaries are chained to the dictionary list in the conversion context. The dictionary named at the beginning of the dictionary list is referenced first of all and candidates generated from it are also treated on a priority basis. Dictionaries are identified by the dictionary name in the dictionary table. Dictionary names are got in the area dics in the following format: dictionary-name-1 !i0 dictionary-name-2 !i0 ... dictionary-name-n !i0 !i0 The size of the area dics is given in bytes by maxdics. The dictionary list is truncated in character strings when it exceeds this size.

RETURN VALUE

This function returns number of dictionary names, or returns --11 if the context is invalid. RKGETDICLIST(3)

Search: Section: