diff src/gtkutils.h @ 12067:e859c1663a27

[gaim-migrate @ 14362] Revert GtkSpell dynamic loading. A GtkSpell plugin is a better idea, and nosnilmot says he has one that's close to fully functional. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 13 Nov 2005 01:44:11 +0000
parents 29dc8fc0dd6c
children 3b52d94437f3
line wrap: on
line diff
--- 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