comparison src/protocols/oscar/oscar.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 9693c881ac78
comparison
equal deleted inserted replaced
8748:13d592f485d1 8749:d7b8eb1f0a18
6917 g_free(dim); 6917 g_free(dim);
6918 } 6918 }
6919 6919
6920 static GaimPluginProtocolInfo prpl_info = 6920 static GaimPluginProtocolInfo prpl_info =
6921 { 6921 {
6922 GAIM_PRPL_API_VERSION,
6922 OPT_PROTO_MAIL_CHECK | OPT_PROTO_BUDDY_ICON | OPT_PROTO_IM_IMAGE, 6923 OPT_PROTO_MAIL_CHECK | OPT_PROTO_BUDDY_ICON | OPT_PROTO_IM_IMAGE,
6923 NULL, 6924 NULL,
6924 NULL, 6925 NULL,
6925 oscar_list_icon, 6926 oscar_list_icon,
6926 oscar_list_emblems, 6927 oscar_list_emblems,
6985 NULL 6986 NULL
6986 }; 6987 };
6987 6988
6988 static GaimPluginInfo info = 6989 static GaimPluginInfo info =
6989 { 6990 {
6990 2, /**< api_version */ 6991 GAIM_PLUGIN_API_VERSION, /**< api_version */
6991 GAIM_PLUGIN_PROTOCOL, /**< type */ 6992 GAIM_PLUGIN_PROTOCOL, /**< type */
6992 NULL, /**< ui_requirement */ 6993 NULL, /**< ui_requirement */
6993 0, /**< flags */ 6994 0, /**< flags */
6994 NULL, /**< dependencies */ 6995 NULL, /**< dependencies */
6995 GAIM_PRIORITY_DEFAULT, /**< priority */ 6996 GAIM_PRIORITY_DEFAULT, /**< priority */