diff options
author | Vitaly Minko <vitaly.mink@gmail.com> | 2010-10-22 14:08:22 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-22 14:08:22 +0200 |
commit | d2f7a29078e2b351e1c52cc6db049808ae86ae1f (patch) | |
tree | 400c7c9f5fcb693bc2d56af829f9741550b6dcaa /libempathy-gtk/empathy-spell.h | |
parent | 3c83182d654711d5f86b30ed8b7d3bf9af418d94 (diff) | |
download | empathy-d2f7a29078e2b351e1c52cc6db049808ae86ae1f.tar.gz |
add a new popup-menu item in the chat window allowing to add words to dictionaries (#550775).
Diffstat (limited to 'libempathy-gtk/empathy-spell.h')
-rw-r--r-- | libempathy-gtk/empathy-spell.h | 2 |
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 |