comparison src/plugin.h @ 9946:fae50349fd42

[gaim-migrate @ 10841] a better idea committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 03 Sep 2004 21:55:17 +0000
parents f8e395a054e2
children 6feef0a9098a
comparison
equal deleted inserted replaced
9945:d308de939c33 9946:fae50349fd42
57 #define GAIM_PRIORITY_HIGHEST 9999 57 #define GAIM_PRIORITY_HIGHEST 9999
58 #define GAIM_PRIORITY_LOWEST -9999 58 #define GAIM_PRIORITY_LOWEST -9999
59 59
60 #define GAIM_PLUGIN_FLAG_INVISIBLE 0x01 60 #define GAIM_PLUGIN_FLAG_INVISIBLE 0x01
61 61
62 #define GAIM_PLUGIN_MAGIC 0xc0cac01a /* this must be greater than 4 */ 62 #define GAIM_PLUGIN_MAGIC 5 /* once we hit 6.0.0 I think we can remove this */
63 63
64 /** 64 /**
65 * Detailed information about a plugin. 65 * Detailed information about a plugin.
66 * 66 *
67 * This is used in the version 2.0 API and up. 67 * This is used in the version 2.0 API and up.