comparison src/protocols/gg/gg.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 ce90b119b103
comparison
equal deleted inserted replaced
8748:13d592f485d1 8749:d7b8eb1f0a18
1 /* 1 /*
2 * gaim - Gadu-Gadu Protocol Plugin 2 * gaim - Gadu-Gadu Protocol Plugin
3 * $Id: gg.c 9467 2004-04-19 21:12:45Z lschiere $ 3 * $Id: gg.c 9504 2004-04-22 01:53:18Z chipx86 $
4 * 4 *
5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL> 5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
1303 1303
1304 static GaimPlugin *my_protocol = NULL; 1304 static GaimPlugin *my_protocol = NULL;
1305 1305
1306 static GaimPluginProtocolInfo prpl_info = 1306 static GaimPluginProtocolInfo prpl_info =
1307 { 1307 {
1308 GAIM_PRPL_API_VERSION,
1308 0, 1309 0,
1309 NULL, 1310 NULL,
1310 NULL, 1311 NULL,
1311 agg_list_icon, 1312 agg_list_icon,
1312 agg_list_emblems, 1313 agg_list_emblems,
1357 NULL 1358 NULL
1358 }; 1359 };
1359 1360
1360 static GaimPluginInfo info = 1361 static GaimPluginInfo info =
1361 { 1362 {
1362 2, /**< api_version */ 1363 GAIM_PLUGIN_API_VERSION, /**< api_version */
1363 GAIM_PLUGIN_PROTOCOL, /**< type */ 1364 GAIM_PLUGIN_PROTOCOL, /**< type */
1364 NULL, /**< ui_requirement */ 1365 NULL, /**< ui_requirement */
1365 0, /**< flags */ 1366 0, /**< flags */
1366 NULL, /**< dependencies */ 1367 NULL, /**< dependencies */
1367 GAIM_PRIORITY_DEFAULT, /**< priority */ 1368 GAIM_PRIORITY_DEFAULT, /**< priority */