src/plugin.h

changeset 5838
1e45da0f16db
parent 5573
633880e3f137
child 5840
19d6f7f354e0
equal deleted inserted replaced
5837:e75d4061396e 5838:1e45da0f16db
248 * Destroys all registered plugins. 248 * Destroys all registered plugins.
249 */ 249 */
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
254 */
255 void gaim_plugins_load_all(void);
256
257 /**
253 * Probes for plugins in the registered module paths. 258 * Probes for plugins in the registered module paths.
254 * 259 *
255 * @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.
256 * 261 *
257 * @see gaim_plugin_set_probe_path() 262 * @see gaim_plugin_set_probe_path()

mercurial