diff options
author | Havoc Pennington <hp@redhat.com> | 2008-04-21 16:55:13 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2008-04-21 16:55:13 +0000 |
commit | 4a8957a5c4a4d479e2feff880658ad32f7b7776e (patch) | |
tree | 4b8a0de62c294dd3aea21c1d229c6c465ecf82fc /TODO | |
parent | bb86a95d91884b7d1b3d95766f8a80591b9c47df (diff) | |
download | gobject-introspection-4a8957a5c4a4d479e2feff880658ad32f7b7776e.tar.gz |
add some C API wishlist items I could think of quickly
2008-04-21 Havoc Pennington <hp@redhat.com>
* TODO: add some C API wishlist items I could think of quickly
svn path=/trunk/; revision=192
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -39,3 +39,11 @@ General ------- - More tests - Check how the format scales to something the size of GTK+ + +C API +------- +- type SYMBOL is kind of inconvenient; would be nicer to go straight to boxed, etc. +- no way to construct a boxed type +- no way to access struct fields (should have a way to go field -> GArgument) +- types namespaced GI, functions namespaced g_ +- no way to get GType given a GIRegisteredTypeInfo |