libmobi
C library for handling MOBI format ebook documents
Data Fields

Main structure containing reconstructed source parts and indices. More...

#include <mobi.h>

Data Fields

size_t version
 
MOBIFdstfdst
 
MOBIIndxskel
 
MOBIIndxfrag
 
MOBIIndxguide
 
MOBIIndxncx
 
MOBIIndxorth
 
MOBIIndxinfl
 
MOBIPartflow
 
MOBIPartmarkup
 
MOBIPartresources
 

Detailed Description

Main structure containing reconstructed source parts and indices.

Examples
mobitool.c.

Field Documentation

◆ fdst

MOBIFdst* MOBIRawml::fdst

Parsed FDST record or NULL if not present

◆ flow

MOBIPart* MOBIRawml::flow

Linked list of reconstructed main flow parts or NULL if not present

Examples
mobitool.c.

◆ frag

MOBIIndx* MOBIRawml::frag

Parsed fragments index or NULL if not present

◆ guide

MOBIIndx* MOBIRawml::guide

Parsed guide index or NULL if not present

◆ infl

MOBIIndx* MOBIRawml::infl

Parsed infl index or NULL if not present

◆ markup

MOBIPart* MOBIRawml::markup

Linked list of reconstructed markup files or NULL if not present

Examples
mobitool.c.

◆ ncx

MOBIIndx* MOBIRawml::ncx

Parsed NCX index or NULL if not present

◆ orth

MOBIIndx* MOBIRawml::orth

Parsed orth index or NULL if not present

◆ resources

MOBIPart* MOBIRawml::resources

Linked list of reconstructed resources files or NULL if not present

Examples
mobitool.c.

◆ skel

MOBIIndx* MOBIRawml::skel

Parsed skeleton index or NULL if not present

◆ version

size_t MOBIRawml::version

Version of Mobipocket document


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