src/plugin.h

changeset 9946
0257b706fc1c
parent 9943
b54a762f60fa
child 10447
887380ec66f5
equal deleted inserted replaced
9945:471eb2dc4729 9946:0257b706fc1c
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.

mercurial