From dd25638fc14ea63cf8e8eb0940173f1c6952447f Mon Sep 17 00:00:00 2001 From: Matthew Booth Date: Thu, 26 Jan 2012 11:55:43 +0000 Subject: gobject: Add a TODO list --- gobject/TODO.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gobject/TODO.txt 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 -- cgit