comparison plugins/mailchk.c @ 8749:d7b8eb1f0a18

[gaim-migrate @ 9504] Bumped up the plugin API version number, and added version numbers for loader plugins and protocol plugins. Authors will want to update their plugins, and possibly use GAIM_PLUGIN_API_VERSION, GAIM_PRPL_API_VERSION, and GAIM_LOADER_API_VERSION constants. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 22 Apr 2004 01:53:18 +0000
parents 58e02f309485
children 294ae6548d4e
comparison
equal deleted inserted replaced
8748:13d592f485d1 8749:d7b8eb1f0a18
145 return TRUE; 145 return TRUE;
146 } 146 }
147 147
148 static GaimPluginInfo info = 148 static GaimPluginInfo info =
149 { 149 {
150 2, 150 GAIM_PLUGIN_API_VERSION,
151 GAIM_PLUGIN_STANDARD, 151 GAIM_PLUGIN_STANDARD,
152 GAIM_GTK_PLUGIN_TYPE, 152 GAIM_GTK_PLUGIN_TYPE,
153 0, 153 0,
154 NULL, 154 NULL,
155 GAIM_PRIORITY_DEFAULT, 155 GAIM_PRIORITY_DEFAULT,