summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 6de9e9d0..8775bf6d 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -458,6 +458,8 @@ typedef struct {
void (*plt_append_meta) (ddb_playlist_t *handle, const char *key, const char *value);
void (*plt_set_meta_int) (ddb_playlist_t *handle, const char *key, int value);
void (*plt_set_meta_float) (ddb_playlist_t *handle, const char *key, float value);
+
+ // plt_find_meta must always be used in the pl_lock/unlock block
const char *(*plt_find_meta) (ddb_playlist_t *handle, const char *key);
DB_metaInfo_t * (*plt_get_metadata_head) (ddb_playlist_t *handle); // returns head of metadata linked list
void (*plt_delete_metadata) (ddb_playlist_t *handle, DB_metaInfo_t *meta);