summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Booth <mbooth@redhat.com>2012-01-26 11:55:43 +0000
committerMatthew Booth <mbooth@redhat.com>2012-01-26 11:55:43 +0000
commitdd25638fc14ea63cf8e8eb0940173f1c6952447f (patch)
treefcfb4dc4173081135d4a8786e578acbd8c20b4fb
parent8bad4d1c4765fd997511a505cdb2a860148ae16d (diff)
downloadlibguestfs-dd25638fc14ea63cf8e8eb0940173f1c6952447f.tar.gz
libguestfs-dd25638fc14ea63cf8e8eb0940173f1c6952447f.tar.xz
libguestfs-dd25638fc14ea63cf8e8eb0940173f1c6952447f.zip
gobject: Add a TODO list
-rw-r--r--gobject/TODO.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/gobject/TODO.txt b/gobject/TODO.txt
new file mode 100644
index 00000000..7ac64daf
--- /dev/null
+++ b/gobject/TODO.txt
@@ -0,0 +1,9 @@
+Tasks required before the GObject bindings can be considered complete:
+
+* Fix the problem of inspect_get_type
+* Build the gtkdoc and make it available to the developer
+* Bind the libguestfs events API
+
+Tasks which would improve the usability of the GObject bindings:
+
+* Implement _async versions of all apis