comparison src/plugin.h @ 6928:6ed0a1c045b4

[gaim-migrate @ 7475] Added support for invisible plugins. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 24 Sep 2003 01:28:33 +0000
parents 7dba3e17cb21
children cf1126ba1834
comparison
equal deleted inserted replaced
6927:ee51189dfe76 6928:6ed0a1c045b4
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.