librime 1.2
Rime Input Method Engine, the core library
setup.h
Go to the documentation of this file.
1//
2// Copyright RIME Developers
3// Distributed under the BSD License
4//
5// 2013-10-17 GONG Chen <chen.sst@gmail.com>
6//
7#ifndef RIME_SETUP_H_
8#define RIME_SETUP_H_
9
10#include <rime_api.h>
11
12namespace rime {
13
14RIME_DLL extern const char* kDefaultModules[];
15RIME_DLL extern const char* kDeployerModules[];
16extern const char* kLegacyModules[];
17
18RIME_DLL void LoadModules(const char* module_names[]);
19
21
22RIME_DLL void SetupLogging(const char* app_name,
23 int min_log_level,
24 const char* log_dir);
25RIME_DLL void SetupLogging(const char* app_name);
26
27} // namespace rime
28
29#endif // RIME_SETUP_H_
#define RIME_DLL
Definition rime_api.h:33
struct rime_traits_t RimeTraits
Rime traits structure.
Definition algebra.cc:12
RIME_DLL void LoadModules(const char *module_names[])
Definition setup.cc:33
RIME_DLL const char * kDefaultModules[]
RIME_DLL const char * kDeployerModules[]
RIME_DLL void SetupLogging(const char *app_name, int min_log_level, const char *log_dir)
Definition setup.cc:68
RIME_DLL void SetupDeployer(RimeTraits *traits)
Definition setup.cc:42
const char * kLegacyModules[]