|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Validated external cover details retained without owning storage. More...
#include <mdl_export_internal.h>
Data Fields | |
| const char * | source |
| Trusted caller-owned source path. | |
| char | entry [k_cover_entry_bytes] |
| Canonical relative member path. | |
| char | mime [k_cover_mime_bytes] |
| MIME derived from magic bytes. | |
| bool | external |
| True when a separate cover exists. | |
Validated external cover details retained without owning storage.
Definition at line 41 of file mdl_export_internal.h.
| char mdl_external_cover_t::entry[k_cover_entry_bytes] |
Canonical relative member path.
Definition at line 43 of file mdl_export_internal.h.
Referenced by internal_epub_add_external_cover(), priv_mdl_export_cbz(), and priv_mdl_export_prepare_cover().
| bool mdl_external_cover_t::external |
True when a separate cover exists.
Definition at line 45 of file mdl_export_internal.h.
Referenced by internal_cbz_add_metadata(), internal_epub_add_external_cover(), internal_epub_page_meta(), priv_mdl_export_cbz(), and priv_mdl_export_prepare_cover().
| char mdl_external_cover_t::mime[k_cover_mime_bytes] |
MIME derived from magic bytes.
Definition at line 44 of file mdl_export_internal.h.
Referenced by internal_epub_add_external_cover(), and priv_mdl_export_prepare_cover().
| const char* mdl_external_cover_t::source |
Trusted caller-owned source path.
Definition at line 42 of file mdl_export_internal.h.
Referenced by internal_epub_add_external_cover(), priv_mdl_export_cbz(), and priv_mdl_export_prepare_cover().