]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-spell.h
GNOME Goal: Update icon names
[empathy.git] / libempathy-gtk / empathy-spell.h
index aa2a3e51e582fe86fb4447c069254aca05ce1cac..ebce1aef7065a5c41e01b526d967d8180bca4b49 100644 (file)
@@ -37,6 +37,8 @@ gboolean     empathy_spell_check               (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