#include <scim_helper_manager.h>
Public Member Functions | |
HelperManager () | |
~HelperManager () | |
unsigned int | number_of_helpers () const |
Get the total number of helpers supported by all helper modules. | |
bool | get_helper_info (unsigned int idx, HelperInfo &info) const |
Get the information of a specific helper by its index. | |
void | run_helper (const String &uuid, const String &config_name, const String &display) const |
Run a specific helper. |
|
|
|
|
|
Get the total number of helpers supported by all helper modules.
|
|
Get the information of a specific helper by its index.
|
|
Run a specific helper. The helper will run in a newly forked process, so this function will return as soon as the new process is launched.
|