Mercurial > audlegacy
comparison src/audacious/pluginenum.c @ 3754:74bed6b35161
export formatter and prefswin APIs
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sun, 14 Oct 2007 19:38:49 -0500 |
| parents | 22d71f986b86 |
| children | 2ca446f02d97 |
comparison
equal
deleted
inserted
replaced
| 3753:22d71f986b86 | 3754:74bed6b35161 |
|---|---|
| 53 #include "pluginenum.h" | 53 #include "pluginenum.h" |
| 54 | 54 |
| 55 #include "vfs_buffer.h" | 55 #include "vfs_buffer.h" |
| 56 #include "vfs_buffered_file.h" | 56 #include "vfs_buffered_file.h" |
| 57 | 57 |
| 58 #include "ui_preferences.h" | |
| 59 | |
| 58 const gchar *plugin_dir_list[] = { | 60 const gchar *plugin_dir_list[] = { |
| 59 PLUGINSUBS, | 61 PLUGINSUBS, |
| 60 NULL | 62 NULL |
| 61 }; | 63 }; |
| 62 | 64 |
| 335 .drct_pq_remove = drct_pq_remove, | 337 .drct_pq_remove = drct_pq_remove, |
| 336 .drct_pq_clear = drct_pq_clear, | 338 .drct_pq_clear = drct_pq_clear, |
| 337 .drct_pq_is_queued = drct_pq_is_queued, | 339 .drct_pq_is_queued = drct_pq_is_queued, |
| 338 .drct_pq_get_position = drct_pq_get_position, | 340 .drct_pq_get_position = drct_pq_get_position, |
| 339 .drct_pq_get_queue_position = drct_pq_get_queue_position, | 341 .drct_pq_get_queue_position = drct_pq_get_queue_position, |
| 342 | |
| 343 .formatter_new = formatter_new, | |
| 344 .formatter_destroy = formatter_destroy, | |
| 345 .formatter_associate = formatter_associate, | |
| 346 .formatter_dissociate = formatter_dissociate, | |
| 347 .formatter_format = formatter_format, | |
| 348 | |
| 349 .prefswin_page_new = prefswin_page_new, | |
| 350 .prefswin_page_destroy = prefswin_page_destroy, | |
| 340 }; | 351 }; |
| 341 | 352 |
| 342 /*****************************************************************/ | 353 /*****************************************************************/ |
| 343 | 354 |
| 344 GList *lowlevel_list = NULL; | 355 GList *lowlevel_list = NULL; |
