summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-02-01 20:02:30 +0100
committerGravatar waker <wakeroid@gmail.com>2011-02-01 20:02:30 +0100
commit3beb907821ef4788e1daefa756185e7eec317230 (patch)
tree9804c29a962959249cf70a2e70d4932ad1a898df /deadbeef.h
parent2269a5ac9fb216494fb3477b67a9240beebad779 (diff)
added vfs container support to gtk addfile/folder dialogs
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 3ccb5283..49a37931 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -824,8 +824,6 @@ typedef struct DB_vfs_s {
// capabilities
const char **(*get_schemes) (void); // NULL-terminated list of supported schemes, e.g. {"http://", "ftp://", NULL}; can be NULL
- const char **(*get_container_extensions) (void); // NULL-terminated list of supported container files, e.g. { "zip", NULL }; can be NULL
-
int (*is_streaming) (void); // return 1 if the plugin streaming data over slow connection, e.g. http; plugins will avoid scanning entire files if this is the case
int (*is_container) (const char *fname); // should return 1 if this plugin can parse specified file