aboutsummaryrefslogtreecommitdiff
path: root/src/tag_handler.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-02-12 18:25:10 +0100
committerMax Kellermann <max@duempel.org>2012-02-12 18:40:55 +0100
commit686d8bbe6956b53000228c3754a278e7805467fc (patch)
tree29a42ec001d34f1feabb12757caefc4fcf64d4a6 /src/tag_handler.h
parent4b36af4a349fb8840b0bb3a9fb30552abbac663f (diff)
tag_handler: add new handler that updates has_playlist
Diffstat (limited to 'src/tag_handler.h')
-rw-r--r--src/tag_handler.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tag_handler.h b/src/tag_handler.h
index 65391858..7f15c2a4 100644
--- a/src/tag_handler.h
+++ b/src/tag_handler.h
@@ -91,4 +91,11 @@ tag_handler_invoke_pair(const struct tag_handler *handler, void *ctx,
*/
extern const struct tag_handler add_tag_handler;
+/**
+ * This #tag_handler implementation adds tag values to a #tag object
+ * (casted from the context pointer), and supports the has_playlist
+ * attribute.
+ */
+extern const struct tag_handler full_tag_handler;
+
#endif