MPD 0.17~git
|
Go to the source code of this file.
Functions | |
void | tag_pool_init (void) |
void | tag_pool_deinit (void) |
struct tag_item * | tag_pool_get_item (enum tag_type type, const char *value, size_t length) |
struct tag_item * | tag_pool_dup_item (struct tag_item *item) |
void | tag_pool_put_item (struct tag_item *item) |
Variables | |
GMutex * | tag_pool_lock |
void tag_pool_deinit | ( | void | ) |
void tag_pool_init | ( | void | ) |
void tag_pool_put_item | ( | struct tag_item * | item | ) |
GMutex* tag_pool_lock |