comparison libpurple/plugin.h @ 21195:239cb5c2297b

I think we're doing the proper checks now, so remove a TODO. If this is wrong, we'll fix it later.
author Richard Laager <rlaager@wiktel.com>
date Sun, 07 Oct 2007 14:58:23 +0000
parents 34de8ef19294
children fb8f9bf86315
comparison
equal deleted inserted replaced
21194:a4a55a096ac8 21195:239cb5c2297b
69 /** 69 /**
70 * Detailed information about a plugin. 70 * Detailed information about a plugin.
71 * 71 *
72 * This is used in the version 2.0 API and up. 72 * This is used in the version 2.0 API and up.
73 */ 73 */
74 /* TODO We need to figure out exactly what parts of this are required. The
75 * dependent plugin unloading stuff was causing crashes with perl and tcl
76 * plugins because they didn't set ids and the dependency code was requiring
77 * them. Then we need to actually make sure that plugins have all the right
78 * parts before loading them. */
79 struct _PurplePluginInfo 74 struct _PurplePluginInfo
80 { 75 {
81 unsigned int magic; 76 unsigned int magic;
82 unsigned int major_version; 77 unsigned int major_version;
83 unsigned int minor_version; 78 unsigned int minor_version;