comparison src/plugin.h @ 8990:c209e287bb6e

[gaim-migrate @ 9765] (18:04:45) grim: LSchiere2: with your commit to the change in the plugin struct, did you update the PLUGIN_API_VERSION? (18:05:05) LSchiere2: probly not. i'd have to look at the patch again (18:05:09) LSchiere2: siege: ping (18:07:44) grim: LSchiere2: i don't see it in the email.. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 20 May 2004 22:25:38 +0000
parents 8cf32769ba1b
children 67421e0dc497
comparison
equal deleted inserted replaced
8989:a88d4463d233 8990:c209e287bb6e
55 #define GAIM_PRIORITY_HIGHEST 9999 55 #define GAIM_PRIORITY_HIGHEST 9999
56 #define GAIM_PRIORITY_LOWEST -9999 56 #define GAIM_PRIORITY_LOWEST -9999
57 57
58 #define GAIM_PLUGIN_FLAG_INVISIBLE 0x01 58 #define GAIM_PLUGIN_FLAG_INVISIBLE 0x01
59 59
60 #define GAIM_PLUGIN_API_VERSION 3 60 #define GAIM_PLUGIN_API_VERSION 4
61 #define GAIM_LOADER_API_VERSION 2 61 #define GAIM_LOADER_API_VERSION 2
62 62
63 /** 63 /**
64 * Detailed information about a plugin. 64 * Detailed information about a plugin.
65 * 65 *