summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2008-04-21 16:55:13 +0000
committerHavoc Pennington <hp@src.gnome.org>2008-04-21 16:55:13 +0000
commit4a8957a5c4a4d479e2feff880658ad32f7b7776e (patch)
tree4b8a0de62c294dd3aea21c1d229c6c465ecf82fc /TODO
parentbb86a95d91884b7d1b3d95766f8a80591b9c47df (diff)
downloadgobject-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--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 5e8306df..669a3c20 100644
--- a/TODO
+++ b/TODO
@@ -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