13#ifndef ML_SINGLE_THREADED_PAGE_REQUEST_PROCESSOR_H 
   14#define ML_SINGLE_THREADED_PAGE_REQUEST_PROCESSOR_H 
   59  bool processNextGUIRequest(
bool processAll);
 
   65  static void rootTileRequestFinishedCB(
void* data, 
TileRequest* request);
 
 
The Host is the central image processing class in the ML.
 
A TileRequest either represents the input subimage that is needed by a PageRequest or if it is a root...
 
MLint32 MLErrorCode
Type of an ML Error code.
 
#define MLEXPORT
To export symbols from a DLL/shared object, we need to mark them with the MLEXPORT symbol.