| 396 * The default filter function for username autocomplete. |
396 * The default filter function for username autocomplete. |
| 397 * |
397 * |
| 398 * Returns: Returns %TRUE if the autocompletion entry is filtered. |
398 * Returns: Returns %TRUE if the autocompletion entry is filtered. |
| 399 */ |
399 */ |
| 400 gboolean pidgin_screenname_autocomplete_default_filter(const PidginBuddyCompletionEntry *completion_entry, gpointer all_accounts); |
400 gboolean pidgin_screenname_autocomplete_default_filter(const PidginBuddyCompletionEntry *completion_entry, gpointer all_accounts); |
| 401 |
|
| 402 /** |
|
| 403 * pidgin_setup_gtkspell: |
|
| 404 * @textview: The textview widget to setup spellchecking for. |
|
| 405 * |
|
| 406 * Sets up GtkSpell for the given GtkTextView, reporting errors |
|
| 407 * if encountered. |
|
| 408 * |
|
| 409 * This does nothing if Pidgin is not compiled with GtkSpell support. |
|
| 410 */ |
|
| 411 void pidgin_setup_gtkspell(GtkTextView *textview); |
|
| 412 |
401 |
| 413 /** |
402 /** |
| 414 * pidgin_save_accels_cb: |
403 * pidgin_save_accels_cb: |
| 415 * |
404 * |
| 416 * Save menu accelerators callback |
405 * Save menu accelerators callback |