libmobi
C library for handling MOBI format ebook documents
|
Main structure containing reconstructed source parts and indices. More...
#include <mobi.h>
Data Fields | |
size_t | version |
MOBIFdst * | fdst |
MOBIIndx * | skel |
MOBIIndx * | frag |
MOBIIndx * | guide |
MOBIIndx * | ncx |
MOBIIndx * | orth |
MOBIIndx * | infl |
MOBIPart * | flow |
MOBIPart * | markup |
MOBIPart * | resources |
Main structure containing reconstructed source parts and indices.
MOBIFdst* MOBIRawml::fdst |
Parsed FDST record or NULL if not present
MOBIPart* MOBIRawml::flow |
Linked list of reconstructed main flow parts or NULL if not present
MOBIIndx* MOBIRawml::frag |
Parsed fragments index or NULL if not present
MOBIIndx* MOBIRawml::guide |
Parsed guide index or NULL if not present
MOBIIndx* MOBIRawml::infl |
Parsed infl index or NULL if not present
MOBIPart* MOBIRawml::markup |
Linked list of reconstructed markup files or NULL if not present
MOBIIndx* MOBIRawml::orth |
Parsed orth index or NULL if not present
MOBIPart* MOBIRawml::resources |
Linked list of reconstructed resources files or NULL if not present
MOBIIndx* MOBIRawml::skel |
Parsed skeleton index or NULL if not present
size_t MOBIRawml::version |
Version of Mobipocket document