comparison src/plugin.h @ 11950:2b9ca8861ca5

[gaim-migrate @ 14241] sf patch #1343759, from Evan Schoenberg Compilation error: A function depending on GAIM_PLUGINS-only functions wasn't properly guarded with #ifdef GAIM_PLUGINS / #endif And some other changes to make things better when using static PRPLs committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 02 Nov 2005 04:41:40 +0000
parents 1bb0efbd4394
children d8787960e398
comparison
equal deleted inserted replaced
11949:47e1723a89d7 11950:2b9ca8861ca5
571 * @return A list of all loaded plugins. 571 * @return A list of all loaded plugins.
572 */ 572 */
573 GList *gaim_plugins_get_loaded(void); 573 GList *gaim_plugins_get_loaded(void);
574 574
575 /** 575 /**
576 * Returns a list of all protocol plugins. 576 * Returns a list of all valid protocol plugins. A protocol
577 * plugin is considered invalid if it does not contain the call
578 * to the GAIM_INIT_PLUGIN() macro, or if it was compiled
579 * against an incompatable API version.
577 * 580 *
578 * @return A list of all protocol plugins. 581 * @return A list of all protocol plugins.
579 */ 582 */
580 GList *gaim_plugins_get_protocols(void); 583 GList *gaim_plugins_get_protocols(void);
581 584