summaryrefslogtreecommitdiffstats
path: root/src/extension/script/InkscapeBinding.cpp
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2007-04-14 15:52:31 +0000
committerishmal <ishmal@users.sourceforge.net>2007-04-14 15:52:31 +0000
commitb8e436d8fb9ec7996d50202ca3c51a3940fbc01e (patch)
treea856e6e6aa3338d79d7927ac60deaf91119f06d6 /src/extension/script/InkscapeBinding.cpp
parentfix typecasts (diff)
downloadinkscape-b8e436d8fb9ec7996d50202ca3c51a3940fbc01e.tar.gz
inkscape-b8e436d8fb9ec7996d50202ca3c51a3940fbc01e.zip
Change python binding mechanism
(bzr r2885)
Diffstat (limited to 'src/extension/script/InkscapeBinding.cpp')
-rw-r--r--src/extension/script/InkscapeBinding.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/extension/script/InkscapeBinding.cpp b/src/extension/script/InkscapeBinding.cpp
index e29fcecf4..4658f684b 100644
--- a/src/extension/script/InkscapeBinding.cpp
+++ b/src/extension/script/InkscapeBinding.cpp
@@ -1,3 +1,18 @@
+/**
+ * This file is an attempt to provide a hierarchical design
+ * to wrap Inkscape in an OO model. This file is parsed by Swig
+ * to produce scripting extension modules for such interpreters
+ * as Python or Perl
+ *
+ * Authors:
+ * Bob Jamison <ishmalius@gmail.com>
+ *
+ * Copyright (C) 2004-2007 Authors
+ *
+ * Released under GNU GPL, read the file 'COPYING' for more information
+ */
+
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
@@ -21,6 +36,7 @@ class DocumentImpl;
class DocumentImpl : public Document
{
public:
+
DocumentImpl();
virtual ~DocumentImpl();