comparison src/plugin.h @ 10448:6a20307ef8dc

[gaim-migrate @ 11713] Fix the problem with accounts.xml being loaded before the plugins were probed. This fixes the Yahoo! crash mentioned by the guy on gaim-devel and a guy in #gaim, and a few other obscure problems. Plugins are probed* by the core now instead of the UI. Less work for UI implementors means less code duplication and makes it more likely someone will write a new UI. *Probing loads the PRPLs and any loader plugins (perl, tcl, etc.), and makes plugin information available everywhere else. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 29 Dec 2004 22:48:59 +0000
parents 6feef0a9098a
children 577fdf4110fc
comparison
equal deleted inserted replaced
10447:6feef0a9098a 10448:6a20307ef8dc
365 /*@{*/ 365 /*@{*/
366 366
367 /** 367 /**
368 * Add a new directory to search for plugins 368 * Add a new directory to search for plugins
369 * 369 *
370 * @param paths The new search path. 370 * @param path The new search path.
371 */ 371 */
372 void gaim_plugins_add_search_path(const char *path); 372 void gaim_plugins_add_search_path(const char *path);
373 373
374 /** 374 /**
375 * Unloads all loaded plugins. 375 * Unloads all loaded plugins.