2006-12-27 [wwp] 2.6.1cvs81
[claws.git] / src / gtk / gtkaspell.h
index cbcb24447e52db97520b950afdd10e80af1a703d..4f7ce7ffd2aca0b7a9a249c61baf25f03526ba28 100644 (file)
@@ -69,7 +69,11 @@ void                 gtkaspell_delete                (GtkAspell *gtkaspell);
 guchar*                gtkaspell_get_dict              (GtkAspell *gtkaspell);
 
 gboolean       gtkaspell_change_dict           (GtkAspell *gtkaspell,
-                                                const gchar* dictionary);
+                                                const gchar* dictionary,
+                                                        gboolean always_set_alt_dict);
+
+gboolean       gtkaspell_change_alt_dict       (GtkAspell *gtkaspell,
+                                                const gchar* alt_dictionary);
 
 guchar*                gtkaspell_get_path              (GtkAspell *gtkaspell);