summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--TODO8
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07f4e056..9cec8c5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-21 Havoc Pennington <hp@redhat.com>
+
+ * TODO: add some C API wishlist items I could think of quickly
+
2008-04-21 Johan Dahlin <jdahlin@async.com.br>
* giscanner/gidlwriter.py:
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