comparison src/protocols/novell/novell.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 dbe23964ff2b
children d3c0203d4961
comparison
equal deleted inserted replaced
8748:13d592f485d1 8749:d7b8eb1f0a18
2337 if (text) 2337 if (text)
2338 g_free(text); 2338 g_free(text);
2339 } 2339 }
2340 2340
2341 static GaimPluginProtocolInfo prpl_info = { 2341 static GaimPluginProtocolInfo prpl_info = {
2342 GAIM_PRPL_API_VERSION,
2342 0, 2343 0,
2343 NULL, 2344 NULL,
2344 NULL, 2345 NULL,
2345 novell_list_icon, 2346 novell_list_icon,
2346 novell_list_emblems, 2347 novell_list_emblems,
2392 novell_remove_group, 2393 novell_remove_group,
2393 NULL 2394 NULL
2394 }; 2395 };
2395 2396
2396 static GaimPluginInfo info = { 2397 static GaimPluginInfo info = {
2397 2, /**< api_version */ 2398 GAIM_PLUGIN_API_VERSION, /**< api_version */
2398 GAIM_PLUGIN_PROTOCOL, /**< type */ 2399 GAIM_PLUGIN_PROTOCOL, /**< type */
2399 NULL, /**< ui_requirement */ 2400 NULL, /**< ui_requirement */
2400 0, /**< flags */ 2401 0, /**< flags */
2401 NULL, /**< dependencies */ 2402 NULL, /**< dependencies */
2402 GAIM_PRIORITY_DEFAULT, /**< priority */ 2403 GAIM_PRIORITY_DEFAULT, /**< priority */