From c916037773d7d3d8d37ca2c5a8899b7b728e377d Mon Sep 17 00:00:00 2001 From: Owen Fraser-Green Date: Tue, 23 Mar 2004 12:10:32 +0000 Subject: First checkin of the Mono bindings. --- mono/TODO | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mono/TODO (limited to 'mono/TODO') diff --git a/mono/TODO b/mono/TODO new file mode 100644 index 00000000..e44c2a92 --- /dev/null +++ b/mono/TODO @@ -0,0 +1,8 @@ +- Clean up memory leakages. Call _unref functions etc. + +- Convert strings to/from UTF-8 + +- Implement own main loop. The current implementation depends on the + GLib mainloop. + +- Get test working. Probably a threading issue. -- cgit