comparison src/protocols/yahoo/yahoo.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
3211 3211
3212 static GaimPlugin *my_protocol = NULL; 3212 static GaimPlugin *my_protocol = NULL;
3213 3213
3214 static GaimPluginProtocolInfo prpl_info = 3214 static GaimPluginProtocolInfo prpl_info =
3215 { 3215 {
3216 GAIM_PRPL_API_VERSION,
3216 OPT_PROTO_MAIL_CHECK | OPT_PROTO_CHAT_TOPIC, 3217 OPT_PROTO_MAIL_CHECK | OPT_PROTO_CHAT_TOPIC,
3217 NULL, /* user_splits */ 3218 NULL, /* user_splits */
3218 NULL, /* protocol_options */ 3219 NULL, /* protocol_options */
3219 yahoo_list_icon, 3220 yahoo_list_icon,
3220 yahoo_list_emblems, 3221 yahoo_list_emblems,
3278 NULL 3279 NULL
3279 }; 3280 };
3280 3281
3281 static GaimPluginInfo info = 3282 static GaimPluginInfo info =
3282 { 3283 {
3283 2, /**< api_version */ 3284 GAIM_PLUGIN_API_VERSION, /**< api_version */
3284 GAIM_PLUGIN_PROTOCOL, /**< type */ 3285 GAIM_PLUGIN_PROTOCOL, /**< type */
3285 NULL, /**< ui_requirement */ 3286 NULL, /**< ui_requirement */
3286 0, /**< flags */ 3287 0, /**< flags */
3287 NULL, /**< dependencies */ 3288 NULL, /**< dependencies */
3288 GAIM_PRIORITY_DEFAULT, /**< priority */ 3289 GAIM_PRIORITY_DEFAULT, /**< priority */