ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
mdl_external_cover_t Struct Reference

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.

Detailed Description

Validated external cover details retained without owning storage.

Definition at line 41 of file mdl_export_internal.h.

Field Documentation

◆ entry

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().

◆ external

bool mdl_external_cover_t::external

◆ mime

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().

◆ source

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().


The documentation for this struct was generated from the following file: