comparison src/sid/xmms-sid.h @ 1476:c6947f95fd2a

converted sid plugin to new tuple system
author Giacomo Lozito <james@develia.org>
date Sat, 11 Aug 2007 23:56:22 +0200
parents 13b8037d5d23
children 828f45d8e8f8
comparison
equal deleted inserted replaced
1475:1c5688582a4e 1476:c6947f95fd2a
187 void xs_stop(InputPlayback *); 187 void xs_stop(InputPlayback *);
188 void xs_pause(InputPlayback *, short); 188 void xs_pause(InputPlayback *, short);
189 void xs_seek(InputPlayback *, gint); 189 void xs_seek(InputPlayback *, gint);
190 gint xs_get_time(InputPlayback *); 190 gint xs_get_time(InputPlayback *);
191 void xs_get_song_info(gchar *, gchar **, gint *); 191 void xs_get_song_info(gchar *, gchar **, gint *);
192 TitleInput *xs_get_song_tuple(gchar *); 192 t_xs_tuple *xs_get_song_tuple(gchar *);
193 void xs_about(void); 193 void xs_about(void);
194 194
195 195
196 t_xs_tuneinfo *xs_tuneinfo_new(const gchar * pcFilename, 196 t_xs_tuneinfo *xs_tuneinfo_new(const gchar * pcFilename,
197 gint nsubTunes, gint startTune, const gchar * sidName, 197 gint nsubTunes, gint startTune, const gchar * sidName,