summaryrefslogtreecommitdiff
path: root/bindings/swig/zld.i
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/swig/zld.i')
-rw-r--r--bindings/swig/zld.i13
1 files changed, 13 insertions, 0 deletions
diff --git a/bindings/swig/zld.i b/bindings/swig/zld.i
new file mode 100644
index 0000000..9863743
--- /dev/null
+++ b/bindings/swig/zld.i
@@ -0,0 +1,13 @@
+%{
+#include "zld.h"
+using namespace sword;
+%}
+
+class zLD : public SWLD {
+public:
+ zLD(const char *ipath, const char *iname = 0, const char *idesc = 0, long blockCount = 200, SWCompress *icomp = 0, SWDisplay * idisp = 0, SWTextEncoding encoding = ENC_UNKNOWN, SWTextDirection dir = DIRECTION_LTR, SWTextMarkup markup = FMT_UNKNOWN, const char* ilang = 0);
+ virtual ~zLD();
+
+ static char createModule (const char *path);
+};
+