Mercurial > audlegacy
comparison src/audacious/pluginenum.c @ 3736:269449ad845e
vtable get_gentitle_format().
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sat, 13 Oct 2007 20:41:39 -0500 |
| parents | d41d03630f27 |
| children | 48a596a86459 |
comparison
equal
deleted
inserted
replaced
| 3735:d41d03630f27 | 3736:269449ad845e |
|---|---|
| 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 .get_gentitle_format = get_gentitle_format, | |
| 136 | 137 |
| 137 .escape_shell_chars = escape_shell_chars, | 138 .escape_shell_chars = escape_shell_chars, |
| 138 .str_append = str_append, | 139 .str_append = str_append, |
| 139 .str_replace = str_replace, | 140 .str_replace = str_replace, |
| 140 .str_replace_in = str_replace_in, | 141 .str_replace_in = str_replace_in, |
