Mercurial > audlegacy
comparison src/audacious/pluginenum.c @ 3731:0e5da33a32b7
fun util dialog shit -> vtable
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sat, 13 Oct 2007 19:11:52 -0500 |
| parents | fc17623eb561 |
| children | e82ec5cb017c |
comparison
equal
deleted
inserted
replaced
| 3730:ebf763c51061 | 3731:0e5da33a32b7 |
|---|---|
| 129 .mime_get_plugin = mime_get_plugin, | 129 .mime_get_plugin = mime_get_plugin, |
| 130 .mime_set_plugin = mime_set_plugin, | 130 .mime_set_plugin = mime_set_plugin, |
| 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 | |
| 135 .util_info_dialog = util_info_dialog, | |
| 134 }; | 136 }; |
| 135 | 137 |
| 136 /*****************************************************************/ | 138 /*****************************************************************/ |
| 137 | 139 |
| 138 GList *lowlevel_list = NULL; | 140 GList *lowlevel_list = NULL; |
