comparison src/audacious/plugin.h @ 3971:b0ae5dbd2f53

- add subtune support to on demand probing. - add new boolean member "have_subtune" to InputPlugin structure. plugins which support subtune shall set this.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sun, 18 Nov 2007 21:39:28 +0900
parents b2fc92d3b2dd
children 26c503cdce58
comparison
equal deleted inserted replaced
3967:efd7ec36483e 3971:b0ae5dbd2f53
1075 gchar **vfs_extensions; 1075 gchar **vfs_extensions;
1076 1076
1077 /* Added in Audacious 1.4.0 */ 1077 /* Added in Audacious 1.4.0 */
1078 void (*mseek) (InputPlayback * playback, gulong millisecond); 1078 void (*mseek) (InputPlayback * playback, gulong millisecond);
1079 Tuple *(*probe_for_tuple)(gchar *uri, VFSFile *fd); 1079 Tuple *(*probe_for_tuple)(gchar *uri, VFSFile *fd);
1080
1081 /* Added in Audacious 1.4.1 */
1082 gboolean have_subtune;
1083
1080 }; 1084 };
1081 1085
1082 struct _GeneralPlugin { 1086 struct _GeneralPlugin {
1083 PLUGIN_COMMON_FIELDS 1087 PLUGIN_COMMON_FIELDS
1084 }; 1088 };