comparison src/protocols/irc/irc.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 7024b595b6ae
children 8bf735cf9d1c
comparison
equal deleted inserted replaced
8748:13d592f485d1 8749:d7b8eb1f0a18
534 } 534 }
535 } 535 }
536 536
537 static GaimPluginProtocolInfo prpl_info = 537 static GaimPluginProtocolInfo prpl_info =
538 { 538 {
539 GAIM_PRPL_API_VERSION,
539 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_PASSWORD_OPTIONAL, 540 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_PASSWORD_OPTIONAL,
540 NULL, 541 NULL,
541 NULL, 542 NULL,
542 irc_blist_icon, 543 irc_blist_icon,
543 irc_blist_emblems, 544 irc_blist_emblems,
597 }; 598 };
598 599
599 600
600 static GaimPluginInfo info = 601 static GaimPluginInfo info =
601 { 602 {
602 2, /**< api_version */ 603 GAIM_PLUGIN_API_VERSION, /**< api_version */
603 GAIM_PLUGIN_PROTOCOL, /**< type */ 604 GAIM_PLUGIN_PROTOCOL, /**< type */
604 NULL, /**< ui_requirement */ 605 NULL, /**< ui_requirement */
605 0, /**< flags */ 606 0, /**< flags */
606 NULL, /**< dependencies */ 607 NULL, /**< dependencies */
607 GAIM_PRIORITY_DEFAULT, /**< priority */ 608 GAIM_PRIORITY_DEFAULT, /**< priority */