| 46 } GaimPluginType; |
46 } GaimPluginType; |
| 47 |
47 |
| 48 #define GAIM_PRIORITY_DEFAULT 0 |
48 #define GAIM_PRIORITY_DEFAULT 0 |
| 49 #define GAIM_PRIORITY_HIGHEST 9999 |
49 #define GAIM_PRIORITY_HIGHEST 9999 |
| 50 #define GAIM_PRIORITY_LOWEST -9999 |
50 #define GAIM_PRIORITY_LOWEST -9999 |
| |
51 |
| |
52 #define GAIM_PLUGIN_FLAG_INVISIBLE 0x01 |
| 51 |
53 |
| 52 /** |
54 /** |
| 53 * Detailed information about a plugin. |
55 * Detailed information about a plugin. |
| 54 * |
56 * |
| 55 * This is used in the version 2.0 API and up. |
57 * This is used in the version 2.0 API and up. |