diff audacious/input.h @ 1231:502b369314c1 trunk

[svn] - InputPlugin class: + get_song_tuple(gchar *filename); + set_song_tuple(TitleInput *tuple); - input_get_song_tuple() utility function to retrieve a songtuple/generic tuple
author nenolod
date Wed, 14 Jun 2006 20:49:47 -0700
parents ed26947bbf57
children 3b990c26fc46
line wrap: on
line diff
--- a/audacious/input.h	Wed Jun 14 19:03:23 2006 -0700
+++ b/audacious/input.h	Wed Jun 14 20:49:47 2006 -0700
@@ -41,6 +41,7 @@
 InputVisType input_get_vis_type();
 void free_vis_data(void);
 InputPlugin *input_check_file(const gchar * filename, gboolean show_warning);
+TitleInput *input_get_song_tuple(const gchar * filename);
 void input_play(gchar * filename);
 void input_stop(void);
 void input_pause(void);