src/plugin.h

changeset 6928
17e0c572bd97
parent 6822
4adcde13ad17
child 7033
f6096f69a11e
equal deleted inserted replaced
6927:528988ef2781 6928:17e0c572bd97
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.

mercurial