(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / tools / cilc / TODO
blob88f09b8a7ac29521f59fed487833f36111dce84c
1 TODO
2 ====
4 Support return values and ref/out parameters
6 Complete GObject support including macros and GType, taking into account
7 inheritance etc.
9 Enums, delegates, events etc.
11 generate autoconf/automake build files. set AC_VERSION using the assembly's
12 version attribute
14 Automatically generate inline API documentation using documentation in the
15 Monodoc format. The GTK+ API documentation generator can then be used to create
16 documentation familiar to GTK+ developers.
18 Resolve GC issues using weak references or storing objects in something like a
19 MonoGHashTable
21 Wish: pass in a GtkWidget*, managed gets Gtk.Widget