]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-spell.h
Updated Swedish translation
[empathy.git] / libempathy-gtk / empathy-spell.h
index 65dbb131dad0b262c342aec0cf124c7b3e4f1bc3..ebce1aef7065a5c41e01b526d967d8180bca4b49 100644 (file)
@@ -31,10 +31,14 @@ G_BEGIN_DECLS
 gboolean     empathy_spell_supported           (void);
 const gchar *empathy_spell_get_language_name   (const gchar *code);
 GList       *empathy_spell_get_language_codes  (void);
+GList       *empathy_spell_get_enabled_language_codes (void);
 void         empathy_spell_free_language_codes (GList       *codes);
 gboolean     empathy_spell_check               (const gchar *word);
-GList *      empathy_spell_get_suggestions     (const gchar *word);
+GList *      empathy_spell_get_suggestions     (const gchar *code,
+                                               const gchar *word);
 void         empathy_spell_free_suggestions    (GList       *suggestions);
+void         empathy_spell_add_to_dictionary   (const gchar *code,
+                                               const gchar *word);
 
 G_END_DECLS