Mercurial > pidgin
comparison libgaim/plugin.h @ 15295:7d6bd7a4994f
[gaim-migrate @ 18086]
core-ify some code...and someone tell me why my gvim and svn aren't getting along and I have to type out this damn message on the command line
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Mon, 08 Jan 2007 04:26:16 +0000 |
| parents | 60b1bc8dbf37 |
| children |
comparison
equal
deleted
inserted
replaced
| 15294:e5c75076c6d1 | 15295:7d6bd7a4994f |
|---|---|
| 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 */ |
