Mercurial > audlegacy
comparison src/audacious/pluginenum.c @ 3755:2ca446f02d97
export the fileinfopopup API.
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sun, 14 Oct 2007 21:04:46 -0500 |
| parents | 74bed6b35161 |
| children | 698e3936f6b4 |
comparison
equal
deleted
inserted
replaced
| 3754:74bed6b35161 | 3755:2ca446f02d97 |
|---|---|
| 346 .formatter_dissociate = formatter_dissociate, | 346 .formatter_dissociate = formatter_dissociate, |
| 347 .formatter_format = formatter_format, | 347 .formatter_format = formatter_format, |
| 348 | 348 |
| 349 .prefswin_page_new = prefswin_page_new, | 349 .prefswin_page_new = prefswin_page_new, |
| 350 .prefswin_page_destroy = prefswin_page_destroy, | 350 .prefswin_page_destroy = prefswin_page_destroy, |
| 351 | |
| 352 .fileinfopopup_create = fileinfopopup_create, | |
| 353 .fileinfopopup_destroy = fileinfopopup_destroy, | |
| 354 .fileinfopopup_show_from_title = fileinfopopup_show_from_title, | |
| 355 .fileinfopopup_show_from_tuple = fileinfopopup_show_from_tuple, | |
| 356 .fileinfopopup_hide = fileinfopopup_hide, | |
| 351 }; | 357 }; |
| 352 | 358 |
| 353 /*****************************************************************/ | 359 /*****************************************************************/ |
| 354 | 360 |
| 355 GList *lowlevel_list = NULL; | 361 GList *lowlevel_list = NULL; |
