Go to the source code of this file.
Data Structures | |
struct | _WSMngSearchData |
Structure holding all data needed by manager to work. More... | |
Defines | |
#define | LIBRARY "/usr/lib/libsqlite.so.0" |
SQLite library version. | |
#define | g_strlen(string) ( NULL == (string) ? 0 : strlen(string) ) |
Calculate length of given string. | |
Typedefs | |
typedef _WSMngSearchData | WSMngSearchData |
Functions | |
WSMngSearchData * | ws_manager_create () |
Creates new instance of WSMngSearchData structure. | |
void | ws_mng_init_dbus (WSMngSearchData *data) |
Function used to initialize D-BUS. | |
void | ws_mng_init (WSMngSearchData *data) |
Function used to initialize manager. | |
void | ws_mng_close (WSMngSearchData *data) |
Function used to close dictionaries and modules. | |
gboolean | ws_mng_start_main_loop (WSMngSearchData *serach_data) |
Function used to run and initialize main loop. |
Definition in file ws_manager.h.