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

class SWCom : public SWModule {
protected:
  SWCom(const char *imodname = 0, const char *imoddesc = 0, SWDisplay * idisp = 0, SWTextEncoding enc = ENC_UNKNOWN, SWTextDirection dir = DIRECTION_LTR, SWTextMarkup mark = FMT_UNKNOWN, const char* ilang = 0);
  virtual ~SWCom();
};