| 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. |