Mercurial > audlegacy
diff src/audacious/input.h @ 3298:f985357757e0 trunk
audacious-core: convert to tuple-ng, remove titlestring API.
| author | William Pitcock <nenolod@atheme-project.org> |
|---|---|
| date | Fri, 10 Aug 2007 05:22:35 -0500 |
| parents | 8775dfc57ead |
| children | 820c2db12041 |
line wrap: on
line diff
--- a/src/audacious/input.h Fri Aug 10 04:04:41 2007 -0500 +++ b/src/audacious/input.h Fri Aug 10 05:22:35 2007 -0500 @@ -41,7 +41,7 @@ }; typedef struct { - TitleInput *tuple; + Tuple *tuple; InputPlugin *ip; } ProbeResult; @@ -53,7 +53,7 @@ void free_vis_data(void); ProbeResult *input_check_file(const gchar * filename, gboolean show_warning); -TitleInput *input_get_song_tuple(const gchar * filename); +Tuple *input_get_song_tuple(const gchar * filename); void input_play(gchar * filename); void input_stop(void);
