comparison src/plugin.h @ 5840:8f5ccf9e590a

[gaim-migrate @ 6271] pop goes the namespace change committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 12 Jun 2003 12:29:24 +0000
parents 6aa7651c7c15
children 158196b2db19
comparison
equal deleted inserted replaced
5839:5e685e42931e 5840:8f5ccf9e590a
250 void gaim_plugins_destroy_all(void); 250 void gaim_plugins_destroy_all(void);
251 251
252 /** 252 /**
253 * Attempts to load all the plugins that were loaded when gaim last quit 253 * Attempts to load all the plugins that were loaded when gaim last quit
254 */ 254 */
255 void gaim_plugins_load_all(void); 255 void gaim_plugins_load_saved(void);
256 256
257 /** 257 /**
258 * Probes for plugins in the registered module paths. 258 * Probes for plugins in the registered module paths.
259 * 259 *
260 * @param ext The extension type to probe for, or @c NULL for all. 260 * @param ext The extension type to probe for, or @c NULL for all.