comparison src/protocols/napster/napster.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 92cbf9713795
children 80b4c956d7ae
comparison
equal deleted inserted replaced
8748:13d592f485d1 8749:d7b8eb1f0a18
561 561
562 static GaimPlugin *my_protocol = NULL; 562 static GaimPlugin *my_protocol = NULL;
563 563
564 static GaimPluginProtocolInfo prpl_info = 564 static GaimPluginProtocolInfo prpl_info =
565 { 565 {
566 GAIM_PRPL_API_VERSION,
566 OPT_PROTO_CHAT_TOPIC, 567 OPT_PROTO_CHAT_TOPIC,
567 NULL, 568 NULL,
568 NULL, 569 NULL,
569 nap_list_icon, 570 nap_list_icon,
570 nap_list_emblems, 571 nap_list_emblems,
623 NULL 624 NULL
624 }; 625 };
625 626
626 static GaimPluginInfo info = 627 static GaimPluginInfo info =
627 { 628 {
628 2, /**< api_version */ 629 GAIM_PLUGIN_API_VERSION, /**< api_version */
629 GAIM_PLUGIN_PROTOCOL, /**< type */ 630 GAIM_PLUGIN_PROTOCOL, /**< type */
630 NULL, /**< ui_requirement */ 631 NULL, /**< ui_requirement */
631 0, /**< flags */ 632 0, /**< flags */
632 NULL, /**< dependencies */ 633 NULL, /**< dependencies */
633 GAIM_PRIORITY_DEFAULT, /**< priority */ 634 GAIM_PRIORITY_DEFAULT, /**< priority */