comparison plugins/tcl/tcl.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 e280d73ed07f
children da7759b5b9bc
comparison
equal deleted inserted replaced
8748:13d592f485d1 8749:d7b8eb1f0a18
328 return TRUE; 328 return TRUE;
329 } 329 }
330 330
331 static GaimPluginLoaderInfo tcl_loader_info = 331 static GaimPluginLoaderInfo tcl_loader_info =
332 { 332 {
333 GAIM_PLUGIN_LOADER_VERSION,
333 NULL, 334 NULL,
334 tcl_probe_plugin, 335 tcl_probe_plugin,
335 tcl_load_plugin, 336 tcl_load_plugin,
336 tcl_unload_plugin, 337 tcl_unload_plugin,
337 tcl_destroy_plugin, 338 tcl_destroy_plugin,
338 }; 339 };
339 340
340 static GaimPluginInfo tcl_info = 341 static GaimPluginInfo tcl_info =
341 { 342 {
342 2, 343 GAIM_PLUGIN_API_VERSION,
343 GAIM_PLUGIN_LOADER, 344 GAIM_PLUGIN_LOADER,
344 NULL, 345 NULL,
345 0, 346 0,
346 NULL, 347 NULL,
347 GAIM_PRIORITY_DEFAULT, 348 GAIM_PRIORITY_DEFAULT,