Next: The arify
Command Line Tool, Previous: Overview, Up: ARIF [Contents][Index]
The ARIF library API is separated into three parts: the base, frontend and engine API.
The base API manages input contexts and candidate pages, and acts as a bridge between the frontend and the engine. See the following manual pages for details.
arif_ctx_create(3)
arif_ctx_destroy(3)
arif_set_engine(3)
arif_query(3)
arif_fetch(3)
arif_select_page(3)
Sections | ||
---|---|---|
• Frontends: | Frontend implementations of ARIF. | |
• Engines: | Implementing an engine for ARIF. |