| 467 * Destroys all registered plugins. |
467 * Destroys all registered plugins. |
| 468 */ |
468 */ |
| 469 void gaim_plugins_destroy_all(void); |
469 void gaim_plugins_destroy_all(void); |
| 470 |
470 |
| 471 /** |
471 /** |
| |
472 * Saves the list of loaded plugins to the specified preference key |
| |
473 * |
| |
474 * @param key The preference key to save the list of plugins to. |
| |
475 */ |
| |
476 void gaim_plugins_save_loaded(const char *key); |
| |
477 |
| |
478 /** |
| 472 * Attempts to load all the plugins in the specified preference key |
479 * Attempts to load all the plugins in the specified preference key |
| 473 * that were loaded when gaim last quit. |
480 * that were loaded when gaim last quit. |
| 474 * |
481 * |
| 475 * @param key The preference key containing the list of plugins. |
482 * @param key The preference key containing the list of plugins. |
| 476 */ |
483 */ |