ZEReader 0.1.0
A Zephyr-based E-Book-Reader
Loading...
Searching...
No Matches
book_entry_t Struct Reference

Represents one EPUB E-Book. More...

#include <epub.h>

Data Fields

size_t number
char * title
char * author
char * entry_point
char * root_dir

Detailed Description

Represents one EPUB E-Book.

Field Documentation

◆ author

char* book_entry_t::author

The book author.

◆ entry_point

char* book_entry_t::entry_point

The path of the book's root file. Most often OEBPS/content.opf.

◆ number

size_t book_entry_t::number

The book's internal number.

◆ root_dir

char* book_entry_t::root_dir

The book's base directory path.

◆ title

char* book_entry_t::title

The book title.


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