summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-11 20:33:51 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-11 20:33:51 +0100
commit526cbb98cf3f38657afc75ba9e468e3d9dd5232f (patch)
tree970e3bb1394379805758d3da6bc02369306eaa42 /deadbeef.h
parent69e0ddb79f353cbf67cbf8db9517e2e71ed87d5c (diff)
created gtkui plugin, started moving stuff out
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 8dfa1296..4c4c0fd1 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -412,6 +412,13 @@ typedef struct DB_vfs_s {
unsigned streaming : 1;
} DB_vfs_t;
+// gui plugin
+// implements pretty much anything it wants
+// works mostly like misc plugin, except we need separate type for that
+typedef struct DB_gui_s {
+ DB_plugin_t plugin;
+} DB_gui_t;
+
#ifdef __cplusplus
}
#endif