comparison src/audacious/pluginenum.c @ 3734:e82ec5cb017c

strings API -> vtable
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 19:58:38 -0500
parents 0e5da33a32b7
children d41d03630f27
comparison
equal deleted inserted replaced
3733:da090f448c88 3734:e82ec5cb017c
131 131
132 .uri_get_plugin = uri_get_plugin, 132 .uri_get_plugin = uri_get_plugin,
133 .uri_set_plugin = uri_set_plugin, 133 .uri_set_plugin = uri_set_plugin,
134 134
135 .util_info_dialog = util_info_dialog, 135 .util_info_dialog = util_info_dialog,
136
137 .escape_shell_chars = escape_shell_chars,
138 .str_append = str_append,
139 .str_replace = str_replace,
140 .str_replace_in = str_replace_in,
141 .str_has_prefix_nocase = str_has_prefix_nocase,
142 .str_has_suffix_nocase = str_has_suffix_nocase,
143 .str_has_suffixes_nocase = str_has_suffixes_nocase,
144 .str_to_utf8_fallback = str_to_utf8_fallback,
145 .str_to_utf8 = str_to_utf8,
146 .filename_to_utf8 = filename_to_utf8,
147 .str_skip_chars = str_skip_chars,
148 .convert_title_text = convert_title_text,
149 .chardet_to_utf8 = chardet_to_utf8,
136 }; 150 };
137 151
138 /*****************************************************************/ 152 /*****************************************************************/
139 153
140 GList *lowlevel_list = NULL; 154 GList *lowlevel_list = NULL;