libgaim/plugin.h

changeset 15357
590859c5ee92
parent 14254
77edc7a6191a
child 20470
77693555855f
child 20472
6a6d2ef151e6
equal deleted inserted replaced
15356:a5ad506222a1 15357:590859c5ee92
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 */

mercurial