summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-30 21:16:45 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-30 21:16:45 +0100
commit312708ff37f4edd0f4d5777b63ffc0af7c7237da (patch)
tree63fdf857a60455853a1b6fd0b8023f16a98f7018 /deadbeef.h
parent001b2e2d997f8efb6bdeffe5caa1d1a8b3ee9243 (diff)
search window fixed in gtkui plugin
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 56dc591f..5dc29cfa 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -282,6 +282,7 @@ typedef struct {
// 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);
+ int (*pl_process_search) (const char *text);
// 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);