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

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.

Detailed Description

Dublin Core metadata bundle returned by epub_get_metadata().

Definition at line 370 of file epub.h.

Field Documentation

◆ author

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

◆ identifier

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

◆ language

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

◆ title

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


The documentation for this struct was generated from the following file:
  • apps/shared_libs/epub/inc/epub.h