Mercurial > audlegacy
comparison src/audacious/pluginenum.c @ 3746:d5580c6bca31
export xconvert API
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sun, 14 Oct 2007 03:49:00 -0500 |
| parents | e26ac0692e8f |
| children | 0fb35f6cc4b7 |
comparison
equal
deleted
inserted
replaced
| 3745:e26ac0692e8f | 3746:d5580c6bca31 |
|---|---|
| 270 | 270 |
| 271 .open_ini_file = open_ini_file, | 271 .open_ini_file = open_ini_file, |
| 272 .close_ini_file = close_ini_file, | 272 .close_ini_file = close_ini_file, |
| 273 .read_ini_string = read_ini_string, | 273 .read_ini_string = read_ini_string, |
| 274 .read_ini_array = read_ini_array, | 274 .read_ini_array = read_ini_array, |
| 275 | |
| 276 .xmms_convert_buffers_new = xmms_convert_buffers_new, | |
| 277 .xmms_convert_buffers_free = xmms_convert_buffers_free, | |
| 278 .xmms_convert_buffers_destroy = xmms_convert_buffers_destroy, | |
| 279 .xmms_convert_get_func = xmms_convert_get_func, | |
| 280 .xmms_convert_get_channel_func = xmms_convert_get_channel_func, | |
| 281 .xmms_convert_get_frequency_func = xmms_convert_get_frequency_func, | |
| 275 }; | 282 }; |
| 276 | 283 |
| 277 /*****************************************************************/ | 284 /*****************************************************************/ |
| 278 | 285 |
| 279 GList *lowlevel_list = NULL; | 286 GList *lowlevel_list = NULL; |
