comparison libaudacious/configfile.h @ 1014:9b26df736b62 trunk

[svn] (a quick way to reenable configfile): * If you are a third party developer and you need a quick fix, add * #define I_AM_A_THIRD_PARTY_DEVELOPER_WHO_NEEDS_TO_BE_KICKED_IN_THE_HEAD_BY_CHUCK_NORRIS * to your code.
author nenolod
date Tue, 09 May 2006 09:04:44 -0700
parents 13281963f56f
children f12d7e208b43
comparison
equal deleted inserted replaced
1013:13281963f56f 1014:9b26df736b62
50 /* 50 /*
51 * Poison all of the xmms ConfigFile interfaces as we are to 51 * Poison all of the xmms ConfigFile interfaces as we are to
52 * no longer use these anymore. They have been deprecated since 0.2, 52 * no longer use these anymore. They have been deprecated since 0.2,
53 * and will be REMOVED in 1.2. 53 * and will be REMOVED in 1.2.
54 * 54 *
55 * If you are a third party developer and you need a quick fix, add
56 * #define I_AM_A_THIRD_PARTY_DEVELOPER_WHO_NEEDS_TO_BE_KICKED_IN_THE_HEAD_BY_CHUCK_NORRIS
57 * to your code.
58 *
55 * - nenolod, 05/09/2006 59 * - nenolod, 05/09/2006
56 */ 60 */
61 #ifndef I_AM_A_THIRD_PARTY_DEVELOPER_WHO_NEEDS_TO_BE_KICKED_IN_THE_HEAD_BY_CHUCK_NORRIS
57 #pragma GCC poison xmms_cfg_new 62 #pragma GCC poison xmms_cfg_new
58 #pragma GCC poison xmms_cfg_open_file 63 #pragma GCC poison xmms_cfg_open_file
59 #pragma GCC poison xmms_cfg_write_file 64 #pragma GCC poison xmms_cfg_write_file
60 #pragma GCC poison xmms_cfg_open_default_file 65 #pragma GCC poison xmms_cfg_open_default_file
61 #pragma GCC poison xmms_cfg_write_default_file 66 #pragma GCC poison xmms_cfg_write_default_file
70 #pragma GCC poison xmms_cfg_write_int 75 #pragma GCC poison xmms_cfg_write_int
71 #pragma GCC poison xmms_cfg_write_boolean 76 #pragma GCC poison xmms_cfg_write_boolean
72 #pragma GCC poison xmms_cfg_write_float 77 #pragma GCC poison xmms_cfg_write_float
73 #pragma GCC poison xmms_cfg_write_double 78 #pragma GCC poison xmms_cfg_write_double
74 #pragma GCC poison xmms_cfg_remove_key 79 #pragma GCC poison xmms_cfg_remove_key
80 #endif
75 81
76 #ifdef __cplusplus 82 #ifdef __cplusplus
77 extern "C" { 83 extern "C" {
78 #endif 84 #endif
79 85