|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Header metadata interned when the comic is finalized. More...
#include <ra8_rabook_comic.h>
Data Fields | |
| const char * | title |
| Human-readable book title. | |
| const char * | author |
| Human-readable author or source. | |
| const char * | language |
| BCP-47 language spelling. | |
| const char * | identifier |
| Stable book identifier. | |
Header metadata interned when the comic is finalized.
Definition at line 66 of file ra8_rabook_comic.h.
| const char* ra8_rabook_comic_metadata_t::author |
Human-readable author or source.
Definition at line 68 of file ra8_rabook_comic.h.
Referenced by internal_set_metadata().
| const char* ra8_rabook_comic_metadata_t::identifier |
Stable book identifier.
Definition at line 70 of file ra8_rabook_comic.h.
Referenced by internal_set_metadata().
| const char* ra8_rabook_comic_metadata_t::language |
BCP-47 language spelling.
Definition at line 69 of file ra8_rabook_comic.h.
Referenced by internal_set_metadata().
| const char* ra8_rabook_comic_metadata_t::title |
Human-readable book title.
Definition at line 67 of file ra8_rabook_comic.h.
Referenced by internal_set_metadata().