Mercurial > audlegacy
comparison src/audacious/pluginenum.c @ 3735:d41d03630f27
export PlaylistContainer API in vtable.
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sat, 13 Oct 2007 20:35:58 -0500 |
| parents | e82ec5cb017c |
| children | 269449ad845e |
comparison
equal
deleted
inserted
replaced
| 3734:e82ec5cb017c | 3735:d41d03630f27 |
|---|---|
| 145 .str_to_utf8 = str_to_utf8, | 145 .str_to_utf8 = str_to_utf8, |
| 146 .filename_to_utf8 = filename_to_utf8, | 146 .filename_to_utf8 = filename_to_utf8, |
| 147 .str_skip_chars = str_skip_chars, | 147 .str_skip_chars = str_skip_chars, |
| 148 .convert_title_text = convert_title_text, | 148 .convert_title_text = convert_title_text, |
| 149 .chardet_to_utf8 = chardet_to_utf8, | 149 .chardet_to_utf8 = chardet_to_utf8, |
| 150 | |
| 151 .playlist_container_register = playlist_container_register, | |
| 152 .playlist_container_unregister = playlist_container_unregister, | |
| 153 .playlist_container_read = playlist_container_read, | |
| 154 .playlist_container_write = playlist_container_write, | |
| 155 .playlist_container_find = playlist_container_find, | |
| 150 }; | 156 }; |
| 151 | 157 |
| 152 /*****************************************************************/ | 158 /*****************************************************************/ |
| 153 | 159 |
| 154 GList *lowlevel_list = NULL; | 160 GList *lowlevel_list = NULL; |
