diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2005-08-09 23:22:36 +0000 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2005-08-09 23:22:36 +0000 |
commit | 63bf2a90a6d6fb0859e4c9dd9fcac85de9adc0f1 (patch) | |
tree | f18ef0378e787945d5fd722b2c2793b878143221 /src/rcclist.h | |
parent | 9d4628df369b92016b7fc3bfc7fed6d06ff2ca9a (diff) | |
download | librcc-63bf2a90a6d6fb0859e4c9dd9fcac85de9adc0f1.tar.gz librcc-63bf2a90a6d6fb0859e4c9dd9fcac85de9adc0f1.tar.bz2 librcc-63bf2a90a6d6fb0859e4c9dd9fcac85de9adc0f1.tar.xz librcc-63bf2a90a6d6fb0859e4c9dd9fcac85de9adc0f1.zip |
- Russian Engine is really renamed
- Translate to English is fixed
- Default charset for "all" languages
- Support for per-class additional and dissabled charsets
- Use 'GetSomethingNumber' instead of 'GetSomethingList'. 'GetSomethingList' functions are depricated.
- rccUiGetSomethingName gets id's on the input instead of names
Diffstat (limited to 'src/rcclist.h')
-rw-r--r-- | src/rcclist.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/rcclist.h b/src/rcclist.h index 000e09c..71076b7 100644 --- a/src/rcclist.h +++ b/src/rcclist.h @@ -1,5 +1,12 @@ #ifndef _RCC_LIST_H #define _RCC_LIST_H +rcc_language_ptr *rccGetLanguageList(rcc_context ctx); +rcc_charset *rccGetCharsetList(rcc_context ctx, rcc_language_id language_id); +rcc_engine_ptr *rccGetEngineList(rcc_context ctx, rcc_language_id language_id); +rcc_charset *rccGetCurrentCharsetList(rcc_context ctx); +rcc_engine_ptr *rccGetCurrentEngineList(rcc_context ctx); +rcc_charset *rccGetCurrentAutoCharsetList(rcc_context ctx); +rcc_class_ptr *rccGetClassList(rcc_context ctx); #endif /* _RCC_LIST_H */ |