diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-05-17 21:05:02 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-05-17 21:05:02 +0000 |
commit | 8b5d8f3b36f26ca9efde8b21e9673eadfffb2a97 (patch) | |
tree | 898c2e375875551652d8e738d14680a1a303c991 | |
parent | b1e787eb259dc6cacae3b1ef3abc7fea693f7bbe (diff) | |
download | gobject-introspection-8b5d8f3b36f26ca9efde8b21e9673eadfffb2a97.tar.gz |
Updates
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | TODO | 8 |
2 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2005-05-17 Matthias Clasen <mclasen@redhat.com> + * TODO: Updates + * metadata-format.txt: Cleanups by Maciej Katafiasz. 2005-05-15 Matthias Clasen <mclasen@redhat.com> @@ -5,12 +5,16 @@ XML format - Add attributes to connect signals to their default handlers and wrappers to their vfuncs - Add attributes for struct offsets +- Add a way to specify default values +- Add a way to specify annotations Binary format ------------- -- Add hashes to lookup interfaces and functions in interfaces +- Sort arrays so that we can use bsearch for lookup +- Maybe add hashes to lookup interfaces and functions in interfaces +- Add default values - Write a validator -- Handle parent being 0 +- Make annotations more flexible (and typed) Compiler -------- |