comparison src/plugin.h @ 12986:4e9935a539db

[gaim-migrate @ 15339] We need to figure this out so that things don't break again. The new plugin dependency unload code assumed that all plugins would have ids set, this was true for most plugins, but both the perl and tcl loaders didn't set id for perl and tcl plugins. And I didn't see any code in my quick looking which actually verified (m)any parts of the struct. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 22 Jan 2006 07:09:06 +0000
parents 2c4f20ff387c
children a0a4b44239e8
comparison
equal deleted inserted replaced
12985:de3a3669dbe1 12986:4e9935a539db
64 /** 64 /**
65 * Detailed information about a plugin. 65 * Detailed information about a plugin.
66 * 66 *
67 * This is used in the version 2.0 API and up. 67 * This is used in the version 2.0 API and up.
68 */ 68 */
69 /* TODO We need to figure out exactly what parts of this are required. The
70 * dependent plugin unloading stuff was causing crashes with perl and tcl
71 * plugins because they didn't set ids and the dependency code was requiring
72 * them. Then we need to actually make sure that plugins have all the right
73 * parts before loading them. */
69 struct _GaimPluginInfo 74 struct _GaimPluginInfo
70 { 75 {
71 unsigned int magic; 76 unsigned int magic;
72 unsigned int major_version; 77 unsigned int major_version;
73 unsigned int minor_version; 78 unsigned int minor_version;