From 441b184056b95fcf0ce22a1f61c7e8ce779949cc Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 21 Jan 2010 06:08:37 +0000 Subject: added new plug-in APIs for compose window. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2436 ee746299-78ed-0310-b773-934348b2243d --- src/compose.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/compose.h') diff --git a/src/compose.h b/src/compose.h index 10b4900b..d73c94b9 100644 --- a/src/compose.h +++ b/src/compose.h @@ -132,12 +132,11 @@ struct _Compose GtkWidget *tmpl_menu; -#if USE_GTKSPELL + /* GtkSpell */ GtkWidget *spell_menu; gchar *spell_lang; gboolean check_spell; GSList *dict_list; -#endif ComposeMode mode; @@ -233,6 +232,8 @@ void compose_entry_set (Compose *compose, void compose_entry_append (Compose *compose, const gchar *text, ComposeEntryType type); +gchar *compose_entry_get_text (Compose *compose, + ComposeEntryType type); void compose_lock (Compose *compose); void compose_unlock (Compose *compose); -- cgit v1.2.3