ZEReader 0.1.0
A Zephyr-based E-Book-Reader
|
Represents one EPUB E-Book. More...
#include <epub.h>
Data Fields | |
size_t | number |
char * | title |
char * | author |
char * | entry_point |
char * | root_dir |
Represents one EPUB E-Book.
char* book_entry_t::author |
The book author.
char* book_entry_t::entry_point |
The path of the book's root file. Most often OEBPS/content.opf.
size_t book_entry_t::number |
The book's internal number.
char* book_entry_t::root_dir |
The book's base directory path.
char* book_entry_t::title |
The book title.