|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Dublin Core metadata bundle returned by epub_get_metadata(). More...
#include <epub.h>
Data Fields | |
| const char * | title |
| NUL-terminated title; "" if absent. | |
| const char * | author |
| NUL-terminated creator; "" if absent. | |
| const char * | language |
| NUL-terminated language tag; "" if absent. | |
| const char * | identifier |
| NUL-terminated unique id; "" if absent. | |
Dublin Core metadata bundle returned by epub_get_metadata().
| const char* epub_metadata_t::author |
NUL-terminated creator; "" if absent.
Definition at line 372 of file epub.h.
Referenced by epub_get_metadata(), internal_compile_metadata(), and sh_book_capture_meta().
| const char* epub_metadata_t::identifier |
NUL-terminated unique id; "" if absent.
Definition at line 374 of file epub.h.
Referenced by epub_get_metadata(), and internal_compile_metadata().
| const char* epub_metadata_t::language |
NUL-terminated language tag; "" if absent.
Definition at line 373 of file epub.h.
Referenced by epub_get_metadata(), and internal_compile_metadata().
| const char* epub_metadata_t::title |
NUL-terminated title; "" if absent.
Definition at line 371 of file epub.h.
Referenced by eoh_parse_or_halt(), epub_get_metadata(), internal_compile_metadata(), and sh_book_capture_meta().