Go to the source code of this file.
Functions | |
Thread common routines. | |
gpointer | ws_mng_search_word (gpointer search_data) |
Function executed by thread - search for word list. | |
void | ws_mng_on_found_word (GArray *list, gchar *pattern, gpointer user_data, EngineStatus error) |
Used to return results of found words from threads. | |
gpointer | ws_mng_search_translation (gpointer search_data) |
Function executed by thread - search for particular word. | |
void | ws_mng_on_found_translation (gchar *translation, gchar *pattern, gpointer user_data, EngineStatus error) |
Used to return results of transaltion from threads. | |
gint | ws_mng_compare_strings (gconstpointer a, gconstpointer b) |
Function used to compare string. Used in sorting GArray object. | |
void | ws_remove_multiple_words (WSMngSearchAtom *user_data) |
Removes repeating words on the returned words list. |
Definition in file ws_mng_searching_threads.c.