src/manager/include/ws_mng_searching_threads.h File Reference

Thread generation and thread functions - header. More...

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.


Detailed Description

Thread generation and thread functions - header.

Definition in file ws_mng_searching_threads.h.


Generated on Fri Jan 11 14:30:17 2008 for mDictionary Project by  doxygen 1.5.1