Go to the source code of this file.
Functions | |
Callback function called by other modules (GUI and engines). | |
void | ws_mng_progress_bar (double progress, gpointer user_data, EngineStatus error) |
Function used to send information about progress of caching (engines). | |
void | ws_mng_on_search_word (GError *error, GArray *word, gpointer user_data) |
Called when find word event occurs (UI). | |
void | ws_mng_on_search_translation (GError *error, GArray *word, gpointer user_data) |
Called when find translation event occurs (UI). | |
void | ws_mng_signal_handling (GError *error, GArray *signal, gpointer user_data) |
Function used for handling signals sent by user interface (UI). |
Definition in file ws_mng_callbacks.h.