From b8e436d8fb9ec7996d50202ca3c51a3940fbc01e Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Sat, 14 Apr 2007 15:52:31 +0000 Subject: Change python binding mechanism (bzr r2885) --- src/extension/script/InkscapeBinding.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/extension/script/InkscapeBinding.cpp') 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 + * + * 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(); -- cgit v1.2.3