diff 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
line wrap: on
line diff
--- a/src/plugin.h	Wed Nov 02 04:32:28 2005 +0000
+++ b/src/plugin.h	Wed Nov 02 04:41:40 2005 +0000
@@ -573,7 +573,10 @@
 GList *gaim_plugins_get_loaded(void);
 
 /**
- * Returns a list of all protocol plugins.
+ * Returns a list of all valid protocol plugins.  A protocol
+ * plugin is considered invalid if it does not contain the call
+ * to the GAIM_INIT_PLUGIN() macro, or if it was compiled
+ * against an incompatable API version.
  *
  * @return A list of all protocol plugins.
  */