comparison 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
comparison
equal deleted inserted replaced
5241:a3bb756635be 5242:fd81a00480ac
237 * @param paths The search paths. 237 * @param paths The search paths.
238 */ 238 */
239 void gaim_plugins_set_search_paths(size_t count, char **paths); 239 void gaim_plugins_set_search_paths(size_t count, char **paths);
240 240
241 /** 241 /**
242 * Unloads all registered plugins. 242 * Unloads all loaded plugins.
243 */ 243 */
244 void gaim_plugins_unload_all(void); 244 void gaim_plugins_unload_all(void);
245
246
247 /**
248 * Destroys all registered plugins.
249 */
250 void gaim_plugins_destroy_all(void);
245 251
246 /** 252 /**
247 * Probes for plugins in the registered module paths. 253 * Probes for plugins in the registered module paths.
248 * 254 *
249 * @param ext The extension type to probe for, or @c NULL for all. 255 * @param ext The extension type to probe for, or @c NULL for all.