|
myMPD
Internal API documentation
|
Fields handling. More...

Functions | |
| void | fields_clone (struct t_fields *src_fields, struct t_fields *dst_fields) |
| void | fields_reset (struct t_fields *fields) |
| void | stickers_reset (struct t_stickers *stickers) |
| void | stickers_enable_all (struct t_stickers *stickers, enum mympd_sticker_type sticker_type) |
| void | mympd_mpd_tags_reset (struct t_mympd_mpd_tags *mpd_tags) |
| void | mympd_mpd_tags_clone (struct t_mympd_mpd_tags *src_mpd_tags, struct t_mympd_mpd_tags *dst_mympd_mpd_tags) |
Fields handling.
Copy a struct t_fields to another one
| src_fields | source |
| dst_fields | destination |
| void fields_reset | ( | struct t_fields * | fields | ) |
| void mympd_mpd_tags_clone | ( | struct t_mympd_mpd_tags * | src_mpd_tags, |
| struct t_mympd_mpd_tags * | dst_mympd_mpd_tags | ||
| ) |
Copy a struct t_mympd_mpd_tags to another one
| src_mpd_tags | source |
| dst_mympd_mpd_tags | destination |
| void mympd_mpd_tags_reset | ( | struct t_mympd_mpd_tags * | mpd_tags | ) |
(Re-)initializes a t_mympd_mpd_tags struct
| mpd_tags | pointer to t_mympd_mpd_tags struct |
| void stickers_enable_all | ( | struct t_stickers * | stickers, |
| enum mympd_sticker_type | sticker_type | ||
| ) |
Enables all stickers
| stickers | pointer to t_stickers struct |
| sticker_type | myMPD sticker type |
| void stickers_reset | ( | struct t_stickers * | stickers | ) |
(Re-)initializes a t_fields struct
| stickers | pointer to t_stickers struct |