summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-30 21:09:40 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-30 21:09:40 +0100
commite2a7223e0cba6430726bd3c39eea8647099e97f1 (patch)
tree9aa307ae7e0c2c82f66379dd1257fc4725d5aecf /deadbeef.h
parent07fe0ff2e9401919a14ec8e02065f29ec6b1d97f (diff)
ported in-widget dnd into gtkui plugin
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 5aeaf1e3..56dc591f 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -275,6 +275,13 @@ typedef struct {
DB_playItem_t *(*pl_get_prev) (DB_playItem_t *it, int iter);
int (*pl_format_title) (DB_playItem_t *it, char *s, int size, const char *fmt);
void (*pl_format_item_display_name) (DB_playItem_t *it, char *str, int len);
+// void (*pl_set_next) (DB_playItem_t *it, DB_playItem_t *next, int iter);
+// void (*pl_set_prev) (DB_playItem_t *it, DB_playItem_t *prev, int iter);
+// void (*pl_set_head) (DB_playItem_t *it, int iter);
+// void (*pl_set_tail) (DB_playItem_t *it, int iter);
+// DB_playItem_t* (*pl_get_head) (void);
+// DB_playItem_t* (*pl_get_tail) (void);
+ void (*pl_move_items) (int iter, DB_playItem_t *drop_before, uint32_t *indexes, int count);
// metainfo
void (*pl_add_meta) (DB_playItem_t *it, const char *key, const char *value);
const char *(*pl_find_meta) (DB_playItem_t *song, const char *meta);