|
ZEReader 0.1.0
A Zephyr-based E-Book-Reader
|
Holds the chapter status. More...
#include <epub.h>
Data Fields | |
| uint32_t | count |
| uint32_t | current |
| char * | title |
Holds the chapter status.
| uint32_t chapter_status_t::count |
The count of chapters in a book.
| uint32_t chapter_status_t::current |
The number of the current chapter.
| char* chapter_status_t::title |
The title of the current chapter.