From: espen Date: Thu, 17 Jan 2002 02:00:21 +0000 (+0000) Subject: Initial checkin X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/169fe0c46e01e71b15bf8a26de4437c2c17b530b?ds=sidebyside Initial checkin --- diff --git a/TODO b/TODO new file mode 100644 index 0000000..29671ec --- /dev/null +++ b/TODO @@ -0,0 +1,11 @@ +* Add support for interfaces + +* Use .defs files to generate class definitions and function + bindings (to enable building without initialization of gtk) + +* Create all foreign function bindings at compile time (necessary for + CLisp port and to improve startup time) + +* Add documentation and examples + +* Make subclassing of gobjects possible