aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-spell.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-spell.h')
-rw-r--r--libempathy-gtk/empathy-spell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-spell.h b/libempathy-gtk/empathy-spell.h
index aa2a3e51e..ebce1aef7 100644
--- a/libempathy-gtk/empathy-spell.h
+++ b/libempathy-gtk/empathy-spell.h
@@ -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