aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-spell.h
diff options
context:
space:
mode:
authorVitaly Minko <vitaly.minko@gmail.com>2010-10-15 17:18:56 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-15 17:18:56 +0800
commit26e03eb5ff87e6148a7a316c9538e94e6587cfe3 (patch)
tree2c008c2c1813c13dfa9dde6fb44534458db6e0c6 /libempathy-gtk/empathy-spell.h
parentc07cc33d2453bc8bcb5597439f620a7534680d31 (diff)
downloadgsoc2013-empathy-26e03eb5ff87e6148a7a316c9538e94e6587cfe3.tar
gsoc2013-empathy-26e03eb5ff87e6148a7a316c9538e94e6587cfe3.tar.gz
gsoc2013-empathy-26e03eb5ff87e6148a7a316c9538e94e6587cfe3.tar.bz2
gsoc2013-empathy-26e03eb5ff87e6148a7a316c9538e94e6587cfe3.tar.lz
gsoc2013-empathy-26e03eb5ff87e6148a7a316c9538e94e6587cfe3.tar.xz
gsoc2013-empathy-26e03eb5ff87e6148a7a316c9538e94e6587cfe3.tar.zst
gsoc2013-empathy-26e03eb5ff87e6148a7a316c9538e94e6587cfe3.zip
Separate spelling suggestions in one sub-menu per language (#532832)
Diffstat (limited to 'libempathy-gtk/empathy-spell.h')
-rw-r--r--libempathy-gtk/empathy-spell.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-spell.h b/libempathy-gtk/empathy-spell.h
index 65dbb131d..aa2a3e51e 100644
--- a/libempathy-gtk/empathy-spell.h
+++ b/libempathy-gtk/empathy-spell.h
@@ -31,9 +31,11 @@ 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);
G_END_DECLS