summaryrefslogtreecommitdiff
path: root/bindings/swig/zcom.i
blob: 7356ab27b8caba3516f4c816b08833193d73db4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%{
#include "zcom.h"
using namespace sword;
%}

class zCom : public SWCom {
public:
    zCom (const char *ipath, const char *iname = 0, const char *idesc = 0, int blockType = CHAPTERBLOCKS, SWCompress * icomp = 0, SWDisplay * idisp = 0, SWTextEncoding encoding = ENC_UNKNOWN, SWTextDirection dir = DIRECTION_LTR, SWTextMarkup markup = FMT_UNKNOWN, const char* ilang = 0);
    virtual ~zCom ();
    
   static char createModule (const char *path, int blockBound);
};