aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-spell.h
diff options
context:
space:
mode:
authorVitaly Minko <vitaly.mink@gmail.com>2010-10-22 20:08:22 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-22 20:08:22 +0800
commitd2f7a29078e2b351e1c52cc6db049808ae86ae1f (patch)
tree400c7c9f5fcb693bc2d56af829f9741550b6dcaa /libempathy-gtk/empathy-spell.h
parent3c83182d654711d5f86b30ed8b7d3bf9af418d94 (diff)
downloadgsoc2013-empathy-d2f7a29078e2b351e1c52cc6db049808ae86ae1f.tar
gsoc2013-empathy-d2f7a29078e2b351e1c52cc6db049808ae86ae1f.tar.gz
gsoc2013-empathy-d2f7a29078e2b351e1c52cc6db049808ae86ae1f.tar.bz2
gsoc2013-empathy-d2f7a29078e2b351e1c52cc6db049808ae86ae1f.tar.lz
gsoc2013-empathy-d2f7a29078e2b351e1c52cc6db049808ae86ae1f.tar.xz
gsoc2013-empathy-d2f7a29078e2b351e1c52cc6db049808ae86ae1f.tar.zst
gsoc2013-empathy-d2f7a29078e2b351e1c52cc6db049808ae86ae1f.zip
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.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