comparison src/protocols/msn/msn.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 bbd8cdaf0ad5
comparison
equal deleted inserted replaced
8748:13d592f485d1 8749:d7b8eb1f0a18
1638 get_plugin_pref_frame 1638 get_plugin_pref_frame
1639 }; 1639 };
1640 1640
1641 static GaimPluginProtocolInfo prpl_info = 1641 static GaimPluginProtocolInfo prpl_info =
1642 { 1642 {
1643 GAIM_PRPL_API_VERSION,
1643 OPT_PROTO_MAIL_CHECK /* | OPT_PROTO_BUDDY_ICON */, 1644 OPT_PROTO_MAIL_CHECK /* | OPT_PROTO_BUDDY_ICON */,
1644 NULL, 1645 NULL,
1645 NULL, 1646 NULL,
1646 msn_list_icon, 1647 msn_list_icon,
1647 msn_list_emblems, 1648 msn_list_emblems,
1700 NULL 1701 NULL
1701 }; 1702 };
1702 1703
1703 static GaimPluginInfo info = 1704 static GaimPluginInfo info =
1704 { 1705 {
1705 2, /**< api_version */ 1706 GAIM_PLUGIN_API_VERSION, /**< api_version */
1706 GAIM_PLUGIN_PROTOCOL, /**< type */ 1707 GAIM_PLUGIN_PROTOCOL, /**< type */
1707 NULL, /**< ui_requirement */ 1708 NULL, /**< ui_requirement */
1708 0, /**< flags */ 1709 0, /**< flags */
1709 NULL, /**< dependencies */ 1710 NULL, /**< dependencies */
1710 GAIM_PRIORITY_DEFAULT, /**< priority */ 1711 GAIM_PRIORITY_DEFAULT, /**< priority */