aspellClass/aspell.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  AspellTypeId
struct  AspellKeyInfo
struct  AspellError
struct  AspellErrorInfo
struct  AspellToken
struct  AspellModuleInfo
struct  AspellDictInfo
struct  AspellStringPair

Typedefs

typedef union AspellTypeId AspellTypeId
typedef struct
AspellMutableContainer 
AspellMutableContainer
typedef struct AspellKeyInfo AspellKeyInfo
typedef struct
AspellKeyInfoEnumeration 
AspellKeyInfoEnumeration
typedef struct AspellConfig AspellConfig
typedef struct AspellError AspellError
typedef struct AspellErrorInfo AspellErrorInfo
typedef struct AspellCanHaveError AspellCanHaveError
typedef struct AspellSpeller AspellSpeller
typedef struct AspellFilter AspellFilter
typedef struct AspellToken AspellToken
typedef struct
AspellDocumentChecker 
AspellDocumentChecker
typedef struct AspellWordList AspellWordList
typedef struct
AspellStringEnumeration 
AspellStringEnumeration
typedef struct AspellModuleInfo AspellModuleInfo
typedef struct AspellDictInfo AspellDictInfo
typedef struct AspellModuleInfoList AspellModuleInfoList
typedef struct AspellDictInfoList AspellDictInfoList
typedef struct
AspellModuleInfoEnumeration 
AspellModuleInfoEnumeration
typedef struct
AspellDictInfoEnumeration 
AspellDictInfoEnumeration
typedef struct AspellStringList AspellStringList
typedef struct AspellStringMap AspellStringMap
typedef struct AspellStringPair AspellStringPair
typedef struct
AspellStringPairEnumeration 
AspellStringPairEnumeration

Enumerations

enum  AspellKeyInfoType { AspellKeyInfoString, AspellKeyInfoInt, AspellKeyInfoBool, AspellKeyInfoList }

Functions

int aspell_mutable_container_add (struct AspellMutableContainer *ths, const char *to_add)
int aspell_mutable_container_remove (struct AspellMutableContainer *ths, const char *to_rem)
void aspell_mutable_container_clear (struct AspellMutableContainer *ths)
struct AspellMutableContaineraspell_mutable_container_to_mutable_container (struct AspellMutableContainer *ths)
int aspell_key_info_enumeration_at_end (const struct AspellKeyInfoEnumeration *ths)
struct AspellKeyInfoaspell_key_info_enumeration_next (struct AspellKeyInfoEnumeration *ths)
void delete_aspell_key_info_enumeration (struct AspellKeyInfoEnumeration *ths)
struct AspellKeyInfoEnumerationaspell_key_info_enumeration_clone (const struct AspellKeyInfoEnumeration *ths)
void aspell_key_info_enumeration_assign (struct AspellKeyInfoEnumeration *ths, const struct AspellKeyInfoEnumeration *other)
struct AspellConfignew_aspell_config ()
void delete_aspell_config (struct AspellConfig *ths)
struct AspellConfigaspell_config_clone (const struct AspellConfig *ths)
void aspell_config_assign (struct AspellConfig *ths, const struct AspellConfig *other)
unsigned int aspell_config_error_number (const struct AspellConfig *ths)
const char * aspell_config_error_message (const struct AspellConfig *ths)
struct AspellErroraspell_config_error (const struct AspellConfig *ths)
void aspell_config_set_extra (struct AspellConfig *ths, const struct AspellKeyInfo *begin, const struct AspellKeyInfo *end)
struct AspellKeyInfoaspell_config_keyinfo (struct AspellConfig *ths, const char *key)
struct AspellKeyInfoEnumerationaspell_config_possible_elements (struct AspellConfig *ths, int include_extra)
const char * aspell_config_get_default (struct AspellConfig *ths, const char *key)
struct
AspellStringPairEnumeration
aspell_config_elements (struct AspellConfig *ths)
int aspell_config_replace (struct AspellConfig *ths, const char *key, const char *value)
int aspell_config_remove (struct AspellConfig *ths, const char *key)
int aspell_config_have (const struct AspellConfig *ths, const char *key)
const char * aspell_config_retrieve (struct AspellConfig *ths, const char *key)
int aspell_config_retrieve_list (struct AspellConfig *ths, const char *key, struct AspellMutableContainer *lst)
int aspell_config_retrieve_bool (struct AspellConfig *ths, const char *key)
int aspell_config_retrieve_int (struct AspellConfig *ths, const char *key)
int aspell_error_is_a (const struct AspellError *ths, const struct AspellErrorInfo *e)
unsigned int aspell_error_number (const struct AspellCanHaveError *ths)
const char * aspell_error_message (const struct AspellCanHaveError *ths)
struct AspellErroraspell_error (const struct AspellCanHaveError *ths)
void delete_aspell_can_have_error (struct AspellCanHaveError *ths)
struct AspellCanHaveErrornew_aspell_speller (struct AspellConfig *config)
struct AspellSpellerto_aspell_speller (struct AspellCanHaveError *obj)
void delete_aspell_speller (struct AspellSpeller *ths)
unsigned int aspell_speller_error_number (const struct AspellSpeller *ths)
const char * aspell_speller_error_message (const struct AspellSpeller *ths)
struct AspellErroraspell_speller_error (const struct AspellSpeller *ths)
struct AspellConfigaspell_speller_config (struct AspellSpeller *ths)
int aspell_speller_check (struct AspellSpeller *ths, const char *word, int word_size)
int aspell_speller_add_to_personal (struct AspellSpeller *ths, const char *word, int word_size)
int aspell_speller_add_to_session (struct AspellSpeller *ths, const char *word, int word_size)
struct AspellWordListaspell_speller_personal_word_list (struct AspellSpeller *ths)
struct AspellWordListaspell_speller_session_word_list (struct AspellSpeller *ths)
struct AspellWordListaspell_speller_main_word_list (struct AspellSpeller *ths)
int aspell_speller_save_all_word_lists (struct AspellSpeller *ths)
int aspell_speller_clear_session (struct AspellSpeller *ths)
struct AspellWordListaspell_speller_suggest (struct AspellSpeller *ths, const char *word, int word_size)
int aspell_speller_store_replacement (struct AspellSpeller *ths, const char *mis, int mis_size, const char *cor, int cor_size)
void delete_aspell_filter (struct AspellFilter *ths)
unsigned int aspell_filter_error_number (const struct AspellFilter *ths)
const char * aspell_filter_error_message (const struct AspellFilter *ths)
struct AspellErroraspell_filter_error (const struct AspellFilter *ths)
struct AspellFilterto_aspell_filter (struct AspellCanHaveError *obj)
void delete_aspell_document_checker (struct AspellDocumentChecker *ths)
unsigned int aspell_document_checker_error_number (const struct AspellDocumentChecker *ths)
const char * aspell_document_checker_error_message (const struct AspellDocumentChecker *ths)
struct AspellErroraspell_document_checker_error (const struct AspellDocumentChecker *ths)
struct AspellCanHaveErrornew_aspell_document_checker (struct AspellSpeller *speller)
struct AspellDocumentCheckerto_aspell_document_checker (struct AspellCanHaveError *obj)
void aspell_document_checker_reset (struct AspellDocumentChecker *ths)
void aspell_document_checker_process (struct AspellDocumentChecker *ths, const char *str, int size)
struct AspellToken aspell_document_checker_next_misspelling (struct AspellDocumentChecker *ths)
struct AspellFilteraspell_document_checker_filter (struct AspellDocumentChecker *ths)
int aspell_word_list_empty (const struct AspellWordList *ths)
unsigned int aspell_word_list_size (const struct AspellWordList *ths)
struct AspellStringEnumerationaspell_word_list_elements (const struct AspellWordList *ths)
void delete_aspell_string_enumeration (struct AspellStringEnumeration *ths)
struct AspellStringEnumerationaspell_string_enumeration_clone (const struct AspellStringEnumeration *ths)
void aspell_string_enumeration_assign (struct AspellStringEnumeration *ths, const struct AspellStringEnumeration *other)
int aspell_string_enumeration_at_end (const struct AspellStringEnumeration *ths)
const char * aspell_string_enumeration_next (struct AspellStringEnumeration *ths)
struct AspellModuleInfoListget_aspell_module_info_list (struct AspellConfig *config)
int aspell_module_info_list_empty (const struct AspellModuleInfoList *ths)
unsigned int aspell_module_info_list_size (const struct AspellModuleInfoList *ths)
struct
AspellModuleInfoEnumeration
aspell_module_info_list_elements (const struct AspellModuleInfoList *ths)
struct AspellDictInfoListget_aspell_dict_info_list (struct AspellConfig *config)
int aspell_dict_info_list_empty (const struct AspellDictInfoList *ths)
unsigned int aspell_dict_info_list_size (const struct AspellDictInfoList *ths)
struct AspellDictInfoEnumerationaspell_dict_info_list_elements (const struct AspellDictInfoList *ths)
int aspell_module_info_enumeration_at_end (const struct AspellModuleInfoEnumeration *ths)
struct AspellModuleInfoaspell_module_info_enumeration_next (struct AspellModuleInfoEnumeration *ths)
void delete_aspell_module_info_enumeration (struct AspellModuleInfoEnumeration *ths)
struct
AspellModuleInfoEnumeration
aspell_module_info_enumeration_clone (const struct AspellModuleInfoEnumeration *ths)
void aspell_module_info_enumeration_assign (struct AspellModuleInfoEnumeration *ths, const struct AspellModuleInfoEnumeration *other)
int aspell_dict_info_enumeration_at_end (const struct AspellDictInfoEnumeration *ths)
struct AspellDictInfoaspell_dict_info_enumeration_next (struct AspellDictInfoEnumeration *ths)
void delete_aspell_dict_info_enumeration (struct AspellDictInfoEnumeration *ths)
struct AspellDictInfoEnumerationaspell_dict_info_enumeration_clone (const struct AspellDictInfoEnumeration *ths)
void aspell_dict_info_enumeration_assign (struct AspellDictInfoEnumeration *ths, const struct AspellDictInfoEnumeration *other)
struct AspellStringListnew_aspell_string_list ()
int aspell_string_list_empty (const struct AspellStringList *ths)
unsigned int aspell_string_list_size (const struct AspellStringList *ths)
struct AspellStringEnumerationaspell_string_list_elements (const struct AspellStringList *ths)
int aspell_string_list_add (struct AspellStringList *ths, const char *to_add)
int aspell_string_list_remove (struct AspellStringList *ths, const char *to_rem)
void aspell_string_list_clear (struct AspellStringList *ths)
struct AspellMutableContaineraspell_string_list_to_mutable_container (struct AspellStringList *ths)
void delete_aspell_string_list (struct AspellStringList *ths)
struct AspellStringListaspell_string_list_clone (const struct AspellStringList *ths)
void aspell_string_list_assign (struct AspellStringList *ths, const struct AspellStringList *other)
struct AspellStringMapnew_aspell_string_map ()
int aspell_string_map_add (struct AspellStringMap *ths, const char *to_add)
int aspell_string_map_remove (struct AspellStringMap *ths, const char *to_rem)
void aspell_string_map_clear (struct AspellStringMap *ths)
struct AspellMutableContaineraspell_string_map_to_mutable_container (struct AspellStringMap *ths)
void delete_aspell_string_map (struct AspellStringMap *ths)
struct AspellStringMapaspell_string_map_clone (const struct AspellStringMap *ths)
void aspell_string_map_assign (struct AspellStringMap *ths, const struct AspellStringMap *other)
int aspell_string_map_empty (const struct AspellStringMap *ths)
unsigned int aspell_string_map_size (const struct AspellStringMap *ths)
struct
AspellStringPairEnumeration
aspell_string_map_elements (const struct AspellStringMap *ths)
int aspell_string_map_insert (struct AspellStringMap *ths, const char *key, const char *value)
int aspell_string_map_replace (struct AspellStringMap *ths, const char *key, const char *value)
const char * aspell_string_map_lookup (const struct AspellStringMap *ths, const char *key)
int aspell_string_pair_enumeration_at_end (const struct AspellStringPairEnumeration *ths)
struct AspellStringPair aspell_string_pair_enumeration_next (struct AspellStringPairEnumeration *ths)
void delete_aspell_string_pair_enumeration (struct AspellStringPairEnumeration *ths)
struct
AspellStringPairEnumeration
aspell_string_pair_enumeration_clone (const struct AspellStringPairEnumeration *ths)
void aspell_string_pair_enumeration_assign (struct AspellStringPairEnumeration *ths, const struct AspellStringPairEnumeration *other)
int aspell_reset_cache (const char *which)

Variables

struct AspellErrorInfo *const aerror_other
struct AspellErrorInfo *const aerror_operation_not_supported
struct AspellErrorInfo *const aerror_cant_copy
struct AspellErrorInfo *const aerror_unimplemented_method
struct AspellErrorInfo *const aerror_file
struct AspellErrorInfo *const aerror_cant_open_file
struct AspellErrorInfo *const aerror_cant_read_file
struct AspellErrorInfo *const aerror_cant_write_file
struct AspellErrorInfo *const aerror_invalid_name
struct AspellErrorInfo *const aerror_bad_file_format
struct AspellErrorInfo *const aerror_dir
struct AspellErrorInfo *const aerror_cant_read_dir
struct AspellErrorInfo *const aerror_config
struct AspellErrorInfo *const aerror_unknown_key
struct AspellErrorInfo *const aerror_cant_change_value
struct AspellErrorInfo *const aerror_bad_key
struct AspellErrorInfo *const aerror_bad_value
struct AspellErrorInfo *const aerror_duplicate
struct AspellErrorInfo *const aerror_key_not_string
struct AspellErrorInfo *const aerror_key_not_int
struct AspellErrorInfo *const aerror_key_not_bool
struct AspellErrorInfo *const aerror_key_not_list
struct AspellErrorInfo *const aerror_no_value_reset
struct AspellErrorInfo *const aerror_no_value_enable
struct AspellErrorInfo *const aerror_no_value_disable
struct AspellErrorInfo *const aerror_no_value_clear
struct AspellErrorInfo *const aerror_language_related
struct AspellErrorInfo *const aerror_unknown_language
struct AspellErrorInfo *const aerror_unknown_soundslike
struct AspellErrorInfo *const aerror_language_not_supported
struct AspellErrorInfo *const aerror_no_wordlist_for_lang
struct AspellErrorInfo *const aerror_mismatched_language
struct AspellErrorInfo *const aerror_affix
struct AspellErrorInfo *const aerror_corrupt_affix
struct AspellErrorInfo *const aerror_invalid_cond
struct AspellErrorInfo *const aerror_invalid_cond_strip
struct AspellErrorInfo *const aerror_incorrect_encoding
struct AspellErrorInfo *const aerror_encoding
struct AspellErrorInfo *const aerror_unknown_encoding
struct AspellErrorInfo *const aerror_encoding_not_supported
struct AspellErrorInfo *const aerror_conversion_not_supported
struct AspellErrorInfo *const aerror_pipe
struct AspellErrorInfo *const aerror_cant_create_pipe
struct AspellErrorInfo *const aerror_process_died
struct AspellErrorInfo *const aerror_bad_input
struct AspellErrorInfo *const aerror_invalid_string
struct AspellErrorInfo *const aerror_invalid_word
struct AspellErrorInfo *const aerror_invalid_affix
struct AspellErrorInfo *const aerror_inapplicable_affix
struct AspellErrorInfo *const aerror_unknown_unichar
struct AspellErrorInfo *const aerror_word_list_flags
struct AspellErrorInfo *const aerror_invalid_flag
struct AspellErrorInfo *const aerror_conflicting_flags
struct AspellErrorInfo *const aerror_version_control
struct AspellErrorInfo *const aerror_bad_version_string
struct AspellErrorInfo *const aerror_filter
struct AspellErrorInfo *const aerror_cant_dlopen_file
struct AspellErrorInfo *const aerror_empty_filter
struct AspellErrorInfo *const aerror_no_such_filter
struct AspellErrorInfo *const aerror_confusing_version
struct AspellErrorInfo *const aerror_bad_version
struct AspellErrorInfo *const aerror_identical_option
struct AspellErrorInfo *const aerror_options_only
struct AspellErrorInfo *const aerror_invalid_option_modifier
struct AspellErrorInfo *const aerror_cant_describe_filter
struct AspellErrorInfo *const aerror_filter_mode_file
struct AspellErrorInfo *const aerror_mode_option_name
struct AspellErrorInfo *const aerror_no_filter_to_option
struct AspellErrorInfo *const aerror_bad_mode_key
struct AspellErrorInfo *const aerror_expect_mode_key
struct AspellErrorInfo *const aerror_mode_version_requirement
struct AspellErrorInfo *const aerror_confusing_mode_version
struct AspellErrorInfo *const aerror_bad_mode_version
struct AspellErrorInfo *const aerror_missing_magic_expression
struct AspellErrorInfo *const aerror_empty_file_ext
struct AspellErrorInfo *const aerror_filter_mode_expand
struct AspellErrorInfo *const aerror_unknown_mode
struct AspellErrorInfo *const aerror_mode_extend_expand
struct AspellErrorInfo *const aerror_filter_mode_magic
struct AspellErrorInfo *const aerror_file_magic_pos
struct AspellErrorInfo *const aerror_file_magic_range
struct AspellErrorInfo *const aerror_missing_magic
struct AspellErrorInfo *const aerror_bad_magic
struct AspellErrorInfo *const aerror_expression
struct AspellErrorInfo *const aerror_invalid_expression


Typedef Documentation

Definition at line 219 of file aspell.h.

typedef struct AspellConfig AspellConfig

Definition at line 97 of file aspell.h.

Definition at line 548 of file aspell.h.

Definition at line 592 of file aspell.h.

Definition at line 564 of file aspell.h.

Definition at line 413 of file aspell.h.

typedef struct AspellError AspellError

Definition at line 195 of file aspell.h.

Definition at line 213 of file aspell.h.

typedef struct AspellFilter AspellFilter

Definition at line 383 of file aspell.h.

typedef struct AspellKeyInfo AspellKeyInfo

Definition at line 76 of file aspell.h.

Definition at line 82 of file aspell.h.

Definition at line 513 of file aspell.h.

Definition at line 577 of file aspell.h.

Definition at line 551 of file aspell.h.

Definition at line 34 of file aspell.h.

typedef struct AspellSpeller AspellSpeller

Definition at line 325 of file aspell.h.

Definition at line 480 of file aspell.h.

Definition at line 610 of file aspell.h.

Definition at line 640 of file aspell.h.

Definition at line 695 of file aspell.h.

Definition at line 701 of file aspell.h.

typedef struct AspellToken AspellToken

Definition at line 410 of file aspell.h.

typedef union AspellTypeId AspellTypeId

Definition at line 28 of file aspell.h.

Definition at line 466 of file aspell.h.


Enumeration Type Documentation

Enumerator:
AspellKeyInfoString 
AspellKeyInfoInt 
AspellKeyInfoBool 
AspellKeyInfoList 

Definition at line 51 of file aspell.h.


Function Documentation

void aspell_config_assign ( struct AspellConfig ths,
const struct AspellConfig other 
)

struct AspellConfig* aspell_config_clone ( const struct AspellConfig ths  )  [read]

struct AspellStringPairEnumeration* aspell_config_elements ( struct AspellConfig ths  )  [read]

struct AspellError* aspell_config_error ( const struct AspellConfig ths  )  [read]

const char* aspell_config_error_message ( const struct AspellConfig ths  ) 

unsigned int aspell_config_error_number ( const struct AspellConfig ths  ) 

const char* aspell_config_get_default ( struct AspellConfig ths,
const char *  key 
)

int aspell_config_have ( const struct AspellConfig ths,
const char *  key 
)

struct AspellKeyInfo* aspell_config_keyinfo ( struct AspellConfig ths,
const char *  key 
) [read]

struct AspellKeyInfoEnumeration* aspell_config_possible_elements ( struct AspellConfig ths,
int  include_extra 
) [read]

int aspell_config_remove ( struct AspellConfig ths,
const char *  key 
)

int aspell_config_replace ( struct AspellConfig ths,
const char *  key,
const char *  value 
)

const char* aspell_config_retrieve ( struct AspellConfig ths,
const char *  key 
)

int aspell_config_retrieve_bool ( struct AspellConfig ths,
const char *  key 
)

int aspell_config_retrieve_int ( struct AspellConfig ths,
const char *  key 
)

int aspell_config_retrieve_list ( struct AspellConfig ths,
const char *  key,
struct AspellMutableContainer lst 
)

void aspell_config_set_extra ( struct AspellConfig ths,
const struct AspellKeyInfo begin,
const struct AspellKeyInfo end 
)

void aspell_dict_info_enumeration_assign ( struct AspellDictInfoEnumeration ths,
const struct AspellDictInfoEnumeration other 
)

int aspell_dict_info_enumeration_at_end ( const struct AspellDictInfoEnumeration ths  ) 

struct AspellDictInfoEnumeration* aspell_dict_info_enumeration_clone ( const struct AspellDictInfoEnumeration ths  )  [read]

struct AspellDictInfo* aspell_dict_info_enumeration_next ( struct AspellDictInfoEnumeration ths  )  [read]

struct AspellDictInfoEnumeration* aspell_dict_info_list_elements ( const struct AspellDictInfoList ths  )  [read]

int aspell_dict_info_list_empty ( const struct AspellDictInfoList ths  ) 

unsigned int aspell_dict_info_list_size ( const struct AspellDictInfoList ths  ) 

struct AspellError* aspell_document_checker_error ( const struct AspellDocumentChecker ths  )  [read]

const char* aspell_document_checker_error_message ( const struct AspellDocumentChecker ths  ) 

unsigned int aspell_document_checker_error_number ( const struct AspellDocumentChecker ths  ) 

struct AspellFilter* aspell_document_checker_filter ( struct AspellDocumentChecker ths  )  [read]

struct AspellToken aspell_document_checker_next_misspelling ( struct AspellDocumentChecker ths  )  [read]

void aspell_document_checker_process ( struct AspellDocumentChecker ths,
const char *  str,
int  size 
)

void aspell_document_checker_reset ( struct AspellDocumentChecker ths  ) 

struct AspellError* aspell_error ( const struct AspellCanHaveError ths  )  [read]

int aspell_error_is_a ( const struct AspellError ths,
const struct AspellErrorInfo e 
)

const char* aspell_error_message ( const struct AspellCanHaveError ths  ) 

unsigned int aspell_error_number ( const struct AspellCanHaveError ths  ) 

struct AspellError* aspell_filter_error ( const struct AspellFilter ths  )  [read]

const char* aspell_filter_error_message ( const struct AspellFilter ths  ) 

unsigned int aspell_filter_error_number ( const struct AspellFilter ths  ) 

void aspell_key_info_enumeration_assign ( struct AspellKeyInfoEnumeration ths,
const struct AspellKeyInfoEnumeration other 
)

int aspell_key_info_enumeration_at_end ( const struct AspellKeyInfoEnumeration ths  ) 

struct AspellKeyInfoEnumeration* aspell_key_info_enumeration_clone ( const struct AspellKeyInfoEnumeration ths  )  [read]

struct AspellKeyInfo* aspell_key_info_enumeration_next ( struct AspellKeyInfoEnumeration ths  )  [read]

void aspell_module_info_enumeration_assign ( struct AspellModuleInfoEnumeration ths,
const struct AspellModuleInfoEnumeration other 
)

int aspell_module_info_enumeration_at_end ( const struct AspellModuleInfoEnumeration ths  ) 

struct AspellModuleInfoEnumeration* aspell_module_info_enumeration_clone ( const struct AspellModuleInfoEnumeration ths  )  [read]

struct AspellModuleInfo* aspell_module_info_enumeration_next ( struct AspellModuleInfoEnumeration ths  )  [read]

struct AspellModuleInfoEnumeration* aspell_module_info_list_elements ( const struct AspellModuleInfoList ths  )  [read]

int aspell_module_info_list_empty ( const struct AspellModuleInfoList ths  ) 

unsigned int aspell_module_info_list_size ( const struct AspellModuleInfoList ths  ) 

int aspell_mutable_container_add ( struct AspellMutableContainer ths,
const char *  to_add 
)

void aspell_mutable_container_clear ( struct AspellMutableContainer ths  ) 

int aspell_mutable_container_remove ( struct AspellMutableContainer ths,
const char *  to_rem 
)

struct AspellMutableContainer* aspell_mutable_container_to_mutable_container ( struct AspellMutableContainer ths  )  [read]

int aspell_reset_cache ( const char *  which  ) 

int aspell_speller_add_to_personal ( struct AspellSpeller ths,
const char *  word,
int  word_size 
)

int aspell_speller_add_to_session ( struct AspellSpeller ths,
const char *  word,
int  word_size 
)

Referenced by AspellWrapper::addWords().

int aspell_speller_check ( struct AspellSpeller ths,
const char *  word,
int  word_size 
)

int aspell_speller_clear_session ( struct AspellSpeller ths  ) 

struct AspellConfig* aspell_speller_config ( struct AspellSpeller ths  )  [read]

struct AspellError* aspell_speller_error ( const struct AspellSpeller ths  )  [read]

const char* aspell_speller_error_message ( const struct AspellSpeller ths  ) 

unsigned int aspell_speller_error_number ( const struct AspellSpeller ths  ) 

struct AspellWordList* aspell_speller_main_word_list ( struct AspellSpeller ths  )  [read]

struct AspellWordList* aspell_speller_personal_word_list ( struct AspellSpeller ths  )  [read]

int aspell_speller_save_all_word_lists ( struct AspellSpeller ths  ) 

struct AspellWordList* aspell_speller_session_word_list ( struct AspellSpeller ths  )  [read]

int aspell_speller_store_replacement ( struct AspellSpeller ths,
const char *  mis,
int  mis_size,
const char *  cor,
int  cor_size 
)

struct AspellWordList* aspell_speller_suggest ( struct AspellSpeller ths,
const char *  word,
int  word_size 
) [read]

void aspell_string_enumeration_assign ( struct AspellStringEnumeration ths,
const struct AspellStringEnumeration other 
)

int aspell_string_enumeration_at_end ( const struct AspellStringEnumeration ths  ) 

struct AspellStringEnumeration* aspell_string_enumeration_clone ( const struct AspellStringEnumeration ths  )  [read]

const char* aspell_string_enumeration_next ( struct AspellStringEnumeration ths  ) 

int aspell_string_list_add ( struct AspellStringList ths,
const char *  to_add 
)

void aspell_string_list_assign ( struct AspellStringList ths,
const struct AspellStringList other 
)

void aspell_string_list_clear ( struct AspellStringList ths  ) 

struct AspellStringList* aspell_string_list_clone ( const struct AspellStringList ths  )  [read]

struct AspellStringEnumeration* aspell_string_list_elements ( const struct AspellStringList ths  )  [read]

int aspell_string_list_empty ( const struct AspellStringList ths  ) 

int aspell_string_list_remove ( struct AspellStringList ths,
const char *  to_rem 
)

unsigned int aspell_string_list_size ( const struct AspellStringList ths  ) 

struct AspellMutableContainer* aspell_string_list_to_mutable_container ( struct AspellStringList ths  )  [read]

int aspell_string_map_add ( struct AspellStringMap ths,
const char *  to_add 
)

void aspell_string_map_assign ( struct AspellStringMap ths,
const struct AspellStringMap other 
)

void aspell_string_map_clear ( struct AspellStringMap ths  ) 

struct AspellStringMap* aspell_string_map_clone ( const struct AspellStringMap ths  )  [read]

struct AspellStringPairEnumeration* aspell_string_map_elements ( const struct AspellStringMap ths  )  [read]

int aspell_string_map_empty ( const struct AspellStringMap ths  ) 

int aspell_string_map_insert ( struct AspellStringMap ths,
const char *  key,
const char *  value 
)

const char* aspell_string_map_lookup ( const struct AspellStringMap ths,
const char *  key 
)

int aspell_string_map_remove ( struct AspellStringMap ths,
const char *  to_rem 
)

int aspell_string_map_replace ( struct AspellStringMap ths,
const char *  key,
const char *  value 
)

unsigned int aspell_string_map_size ( const struct AspellStringMap ths  ) 

struct AspellMutableContainer* aspell_string_map_to_mutable_container ( struct AspellStringMap ths  )  [read]

void aspell_string_pair_enumeration_assign ( struct AspellStringPairEnumeration ths,
const struct AspellStringPairEnumeration other 
)

int aspell_string_pair_enumeration_at_end ( const struct AspellStringPairEnumeration ths  ) 

struct AspellStringPairEnumeration* aspell_string_pair_enumeration_clone ( const struct AspellStringPairEnumeration ths  )  [read]

struct AspellStringPair aspell_string_pair_enumeration_next ( struct AspellStringPairEnumeration ths  )  [read]

struct AspellStringEnumeration* aspell_word_list_elements ( const struct AspellWordList ths  )  [read]

int aspell_word_list_empty ( const struct AspellWordList ths  ) 

unsigned int aspell_word_list_size ( const struct AspellWordList ths  ) 

void delete_aspell_can_have_error ( struct AspellCanHaveError ths  ) 

void delete_aspell_config ( struct AspellConfig ths  ) 

void delete_aspell_dict_info_enumeration ( struct AspellDictInfoEnumeration ths  ) 

void delete_aspell_document_checker ( struct AspellDocumentChecker ths  ) 

void delete_aspell_filter ( struct AspellFilter ths  ) 

void delete_aspell_key_info_enumeration ( struct AspellKeyInfoEnumeration ths  ) 

void delete_aspell_module_info_enumeration ( struct AspellModuleInfoEnumeration ths  ) 

void delete_aspell_speller ( struct AspellSpeller ths  ) 

void delete_aspell_string_enumeration ( struct AspellStringEnumeration ths  ) 

void delete_aspell_string_list ( struct AspellStringList ths  ) 

void delete_aspell_string_map ( struct AspellStringMap ths  ) 

void delete_aspell_string_pair_enumeration ( struct AspellStringPairEnumeration ths  ) 

struct AspellDictInfoList* get_aspell_dict_info_list ( struct AspellConfig config  )  [read]

struct AspellModuleInfoList* get_aspell_module_info_list ( struct AspellConfig config  )  [read]

struct AspellConfig* new_aspell_config (  )  [read]

struct AspellCanHaveError* new_aspell_document_checker ( struct AspellSpeller speller  )  [read]

struct AspellCanHaveError* new_aspell_speller ( struct AspellConfig config  )  [read]

struct AspellStringList* new_aspell_string_list (  )  [read]

struct AspellStringMap* new_aspell_string_map (  )  [read]

struct AspellDocumentChecker* to_aspell_document_checker ( struct AspellCanHaveError obj  )  [read]

struct AspellFilter* to_aspell_filter ( struct AspellCanHaveError obj  )  [read]

struct AspellSpeller* to_aspell_speller ( struct AspellCanHaveError obj  )  [read]


Variable Documentation

struct AspellErrorInfo* const aerror_dir


Generated on Sat Aug 15 12:47:43 2009 for w3systemsDevelopment by  doxygen 1.5.5