diff src/plugin.h @ 5242:fd81a00480ac

[gaim-migrate @ 5613] Plugins are now destroyed when gaim quits. Less memory leaks will be shown as a result of this. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 27 Apr 2003 20:39:36 +0000
parents 5160333a80df
children 9442e8d0b21d
line wrap: on
line diff
--- a/src/plugin.h	Sun Apr 27 17:33:10 2003 +0000
+++ b/src/plugin.h	Sun Apr 27 20:39:36 2003 +0000
@@ -239,10 +239,16 @@
 void gaim_plugins_set_search_paths(size_t count, char **paths);
 
 /**
- * Unloads all registered plugins.
+ * Unloads all loaded plugins.
  */
 void gaim_plugins_unload_all(void);
 
+
+/**
+ * Destroys all registered plugins.
+ */
+void gaim_plugins_destroy_all(void);
+
 /**
  * Probes for plugins in the registered module paths.
  *