comparison src/audacious/plugin.h @ 4025:4f9cf3173e2d

added my sign to that comments :)
author Eugene Zagidullin <e.asphyx@gmail.com>
date Wed, 28 Nov 2007 00:02:35 +0300
parents d342cfceb294
children 0b004b3bfb70
comparison
equal deleted inserted replaced
4024:d342cfceb294 4025:4f9cf3173e2d
1095 * 1095 *
1096 * 1. In current Audacious version, if plugin provides file_info_box(), the latter will be used in any case. 1096 * 1. In current Audacious version, if plugin provides file_info_box(), the latter will be used in any case.
1097 * 2. Each field in tuple means operation on one and only one tag's filed: 1097 * 2. Each field in tuple means operation on one and only one tag's filed:
1098 * 2.1. Set this field to appropriate value, if non-empty string or positive number provided. 1098 * 2.1. Set this field to appropriate value, if non-empty string or positive number provided.
1099 * 2.2. Set this field to blank (or just delete, at plugins`s discretion), if empty string or negative number provided. 1099 * 2.2. Set this field to blank (or just delete, at plugins`s discretion), if empty string or negative number provided.
1100 *
1101 * -- eugene.
1100 */ 1102 */
1101 }; 1103 };
1102 1104
1103 struct _GeneralPlugin { 1105 struct _GeneralPlugin {
1104 PLUGIN_COMMON_FIELDS 1106 PLUGIN_COMMON_FIELDS