comparison src/protocols/trepia/trepia.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 1fac5551b03e
children 80b4c956d7ae
comparison
equal deleted inserted replaced
8748:13d592f485d1 8749:d7b8eb1f0a18
1204 gaim_account_get_password(account)); 1204 gaim_account_get_password(account));
1205 } 1205 }
1206 1206
1207 static GaimPluginProtocolInfo prpl_info = 1207 static GaimPluginProtocolInfo prpl_info =
1208 { 1208 {
1209 GAIM_PRPL_API_VERSION,
1209 OPT_PROTO_BUDDY_ICON, 1210 OPT_PROTO_BUDDY_ICON,
1210 NULL, 1211 NULL,
1211 NULL, 1212 NULL,
1212 trepia_list_icon, 1213 trepia_list_icon,
1213 trepia_list_emblems, 1214 trepia_list_emblems,
1266 NULL 1267 NULL
1267 }; 1268 };
1268 1269
1269 static GaimPluginInfo info = 1270 static GaimPluginInfo info =
1270 { 1271 {
1271 2, /**< api_version */ 1272 GAIM_PLUGIN_API_VERSION, /**< api_version */
1272 GAIM_PLUGIN_PROTOCOL, /**< type */ 1273 GAIM_PLUGIN_PROTOCOL, /**< type */
1273 NULL, /**< ui_requirement */ 1274 NULL, /**< ui_requirement */
1274 0, /**< flags */ 1275 0, /**< flags */
1275 NULL, /**< dependencies */ 1276 NULL, /**< dependencies */
1276 GAIM_PRIORITY_DEFAULT, /**< priority */ 1277 GAIM_PRIORITY_DEFAULT, /**< priority */