Mercurial > pidgin.yaz
diff libgaim/plugin.h @ 15296: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 |
line wrap: on
line diff
--- a/libgaim/plugin.h Mon Jan 08 04:04:16 2007 +0000 +++ b/libgaim/plugin.h Mon Jan 08 04:26:16 2007 +0000 @@ -469,6 +469,13 @@ void gaim_plugins_destroy_all(void); /** + * Saves the list of loaded plugins to the specified preference key + * + * @param key The preference key to save the list of plugins to. + */ +void gaim_plugins_save_loaded(const char *key); + +/** * Attempts to load all the plugins in the specified preference key * that were loaded when gaim last quit. *