diff src/plugin.h @ 10450:577fdf4110fc

[gaim-migrate @ 11715] Alternate solution to the problem Andrew Wellington attempted to fix in sf patch #844426, "Protocol plugins not loaded if GAIM_PLUGINS is disabled" committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 30 Dec 2004 06:26:53 +0000
parents 6a20307ef8dc
children 12460aa2c820
line wrap: on
line diff
--- a/src/plugin.h	Wed Dec 29 23:42:54 2004 +0000
+++ b/src/plugin.h	Thu Dec 30 06:26:53 2004 +0000
@@ -85,6 +85,11 @@
 	char *author;
 	char *homepage;
 
+	/*
+	 * TODO: I think the intention was the allow multiple load and unload
+	 * callback functions.  Perhaps using a GList instead of a pointer to
+	 * 1 function.
+	 */
 	gboolean (*load)(GaimPlugin *plugin);
 	gboolean (*unload)(GaimPlugin *plugin);
 	void (*destroy)(GaimPlugin *plugin);