| 190 * @param flags The connection flags describing the allowed formatting. |
190 * @param flags The connection flags describing the allowed formatting. |
| 191 */ |
191 */ |
| 192 void gtk_webview_setup_entry(GtkWebView *webview, PurpleConnectionFlags flags); |
192 void gtk_webview_setup_entry(GtkWebView *webview, PurpleConnectionFlags flags); |
| 193 |
193 |
| 194 /** |
194 /** |
| |
195 * Setup spell-checking on a GtkWebView. |
| |
196 * |
| |
197 * @param webview The GtkWebView. |
| |
198 * @param enable Whether to enable or disable spell-checking. |
| |
199 */ |
| |
200 void pidgin_webview_set_spellcheck(GtkWebView *webview, gboolean enable); |
| |
201 |
| |
202 /** |
| 195 * Enables or disables whole buffer formatting only (wbfo) in a GtkWebView. |
203 * Enables or disables whole buffer formatting only (wbfo) in a GtkWebView. |
| 196 * In this mode formatting options to the buffer take effect for the entire |
204 * In this mode formatting options to the buffer take effect for the entire |
| 197 * buffer instead of specific text. |
205 * buffer instead of specific text. |
| 198 * |
206 * |
| 199 * @param webview The GtkWebView |
207 * @param webview The GtkWebView |