From 26e03eb5ff87e6148a7a316c9538e94e6587cfe3 Mon Sep 17 00:00:00 2001 From: Vitaly Minko Date: Fri, 15 Oct 2010 11:18:56 +0200 Subject: Separate spelling suggestions in one sub-menu per language (#532832) --- libempathy-gtk/empathy-spell.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libempathy-gtk/empathy-spell.h') 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 -- cgit v1.2.3