comparison plugins/win32/winprefs/winprefs.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 bf630f7dfdcd
children 16d91ca1a353
comparison
equal deleted inserted replaced
8748:13d592f485d1 8749:d7b8eb1f0a18
397 get_config_frame 397 get_config_frame
398 }; 398 };
399 399
400 static GaimPluginInfo info = 400 static GaimPluginInfo info =
401 { 401 {
402 2, 402 GAIM_PLUGIN_API_VERSION,
403 GAIM_PLUGIN_STANDARD, 403 GAIM_PLUGIN_STANDARD,
404 GAIM_GTK_PLUGIN_TYPE, 404 GAIM_GTK_PLUGIN_TYPE,
405 0, 405 0,
406 NULL, 406 NULL,
407 GAIM_PRIORITY_DEFAULT, 407 GAIM_PRIORITY_DEFAULT,