src/plugin.h

changeset 11950
a522c2da66e5
parent 11817
b8622a510778
child 11963
3af2d2a60564
--- 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.
  */

mercurial