diff -r 03c013f8990c -r 3dc4b2cdba7f pidgin/gtkwebview.h --- a/pidgin/gtkwebview.h Tue Jun 05 07:39:12 2012 +0000 +++ b/pidgin/gtkwebview.h Tue Jun 05 23:59:36 2012 +0000 @@ -192,6 +192,14 @@ void gtk_webview_setup_entry(GtkWebView *webview, PurpleConnectionFlags flags); /** + * Setup spell-checking on a GtkWebView. + * + * @param webview The GtkWebView. + * @param enable Whether to enable or disable spell-checking. + */ +void pidgin_webview_set_spellcheck(GtkWebView *webview, gboolean enable); + +/** * Enables or disables whole buffer formatting only (wbfo) in a GtkWebView. * In this mode formatting options to the buffer take effect for the entire * buffer instead of specific text.