Fields handling.
More...
Go to the source code of this file.
|
enum | sort_by_type { SORT_BY_TAG
, SORT_BY_LAST_MODIFIED
, SORT_BY_ADDED
, SORT_BY_FILENAME
} |
|
◆ sort_by_type
◆ fields_clone()
void fields_clone |
( |
struct t_fields * |
src_fields, |
|
|
struct t_fields * |
dst_fields |
|
) |
| |
Copy a struct t_fields to another one
- Parameters
-
src_fields | source |
dst_fields | destination |
◆ fields_reset()
void fields_reset |
( |
struct t_fields * |
fields | ) |
|
(Re-)initializes a t_fields struct
- Parameters
-
◆ mympd_mpd_tags_clone()
Copy a struct t_mympd_mpd_tags to another one
- Parameters
-
src_mpd_tags | source |
dst_mympd_mpd_tags | destination |
◆ mympd_mpd_tags_reset()
◆ stickers_enable_all()
Enables all stickers
- Parameters
-
stickers | pointer to t_stickers struct |
sticker_type | myMPD sticker type |
◆ stickers_reset()
void stickers_reset |
( |
struct t_stickers * |
stickers | ) |
|
(Re-)initializes a t_fields struct
- Parameters
-