src/gtkutils.h

changeset 12067
11fb53722956
parent 12061
ef756336217f
child 12080
2aaca2265a51
--- a/src/gtkutils.h	Sun Nov 13 01:32:31 2005 +0000
+++ b/src/gtkutils.h	Sun Nov 13 01:44:11 2005 +0000
@@ -259,32 +259,14 @@
 gboolean gaim_gtk_check_if_dir(const char *path, GtkFileSelection *filesel);
 
 /**
- * Returns @c TRUE if Gaim was compiled with GtkSpell support and the
- * library is available at runtime.
- */
-gboolean gaim_gtk_gtkspell_is_available();
-
-/**
  * Sets up GtkSpell for the given GtkTextView, reporting errors
  * if encountered.
  *
- * This does nothing if Gaim is not compiled with GtkSpell support, or
- * the GtkSpell library cannot be located at runtime.
+ * This does nothing if Gaim is not compiled with GtkSpell support.
  *
  * @param textview The textview widget to setup spellchecking for.
  */
-void gaim_gtk_gtkspell_setup(GtkTextView *textview);
-
-/**
- * Does the inverse of gaim_gtk_setup_gtkspell, detaching the spelling
- * checker from the text view widget.
- *
- * This does nothing if Gaim is not compiled with GtkSpell support, or
- * the GtkSpell library cannot be located at runtime.
- *
- * @param textview The textview widget to unsetup spellchecking for.
- */
-void gaim_gtk_gtkspell_unsetup(GtkTextView *textview);
+void gaim_gtk_setup_gtkspell(GtkTextView *textview);
 
 /**
  * Stylizes the specified text using HTML, according to the current

mercurial