| 
empathy-spell
empathy-spell |  | 
Details
empathy_spell_supported ()
gboolean            empathy_spell_supported             (void);
 
empathy_spell_get_language_name ()
const gchar*        empathy_spell_get_language_name     (const gchar *code);
 
empathy_spell_get_language_codes ()
GList*              empathy_spell_get_language_codes    (void);
 
empathy_spell_free_language_codes ()
void                empathy_spell_free_language_codes   (GList *codes);
 
empathy_spell_check ()
gboolean            empathy_spell_check                 (const gchar *word);
 
empathy_spell_get_suggestions ()
GList*              empathy_spell_get_suggestions       (const gchar *word);
 
empathy_spell_free_suggestions ()
void                empathy_spell_free_suggestions      (GList *suggestions);