Mercurial > audlegacy
comparison src/audacious/plugin.h @ 4649:39b7d7886edf
Remove output plugin field from InputPlugin.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Mon, 16 Jun 2008 05:48:26 +0300 |
| parents | 8ce9256b0b1d |
| children | 31a4cc265f31 |
comparison
equal
deleted
inserted
replaced
| 4648:c4266772a9ed | 4649:39b7d7886edf |
|---|---|
| 1134 void (*set_info) (gchar * title, gint length, gint rate, gint freq, gint nch); | 1134 void (*set_info) (gchar * title, gint length, gint rate, gint freq, gint nch); |
| 1135 void (*set_info_text) (gchar * text); | 1135 void (*set_info_text) (gchar * text); |
| 1136 void (*get_song_info) (gchar * filename, gchar ** title, gint * length); | 1136 void (*get_song_info) (gchar * filename, gchar ** title, gint * length); |
| 1137 void (*file_info_box) (gchar * filename); | 1137 void (*file_info_box) (gchar * filename); |
| 1138 | 1138 |
| 1139 OutputPlugin *output; /* deprecated */ | |
| 1140 | |
| 1141 /* Added in Audacious 1.1.0 */ | 1139 /* Added in Audacious 1.1.0 */ |
| 1142 Tuple *(*get_song_tuple) (gchar * filename); | 1140 Tuple *(*get_song_tuple) (gchar * filename); |
| 1143 | 1141 |
| 1144 /* Added in Audacious 1.3.0 */ | 1142 /* Added in Audacious 1.3.0 */ |
| 1145 gint (*is_our_file_from_vfs) (gchar *filename, VFSFile *fd); | 1143 gint (*is_our_file_from_vfs) (gchar *filename, VFSFile *fd); |
