comparison src/protocols/zephyr/zephyr.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 f0f6af31c90a
comparison
equal deleted inserted replaced
8748:13d592f485d1 8749:d7b8eb1f0a18
1295 } 1295 }
1296 1296
1297 static GaimPlugin *my_protocol = NULL; 1297 static GaimPlugin *my_protocol = NULL;
1298 1298
1299 static GaimPluginProtocolInfo prpl_info = { 1299 static GaimPluginProtocolInfo prpl_info = {
1300 GAIM_PRPL_API_VERSION,
1300 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_NO_PASSWORD, 1301 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_NO_PASSWORD,
1301 NULL, 1302 NULL,
1302 NULL, 1303 NULL,
1303 zephyr_list_icon, 1304 zephyr_list_icon,
1304 NULL, 1305 NULL,
1356 NULL, 1357 NULL,
1357 NULL 1358 NULL
1358 }; 1359 };
1359 1360
1360 static GaimPluginInfo info = { 1361 static GaimPluginInfo info = {
1361 2, /**< api_version */ 1362 GAIM_PLUGIN_API_VERSION, /**< api_version */
1362 GAIM_PLUGIN_PROTOCOL, /**< type */ 1363 GAIM_PLUGIN_PROTOCOL, /**< type */
1363 NULL, /**< ui_requirement */ 1364 NULL, /**< ui_requirement */
1364 0, /**< flags */ 1365 0, /**< flags */
1365 NULL, /**< dependencies */ 1366 NULL, /**< dependencies */
1366 GAIM_PRIORITY_DEFAULT, /**< priority */ 1367 GAIM_PRIORITY_DEFAULT, /**< priority */