diff options
author | Matthew Booth <mbooth@redhat.com> | 2012-01-26 11:55:43 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-01-29 11:14:09 +0000 |
commit | 03e9a7c914727cce365f17c23d195a4d5c0cf652 (patch) | |
tree | 18795cf782cece66684f9cbef4b8541ad74547b1 /gobject | |
parent | 6fc467020bade2a732a5060fad959da6e1dca63f (diff) | |
download | libguestfs-03e9a7c914727cce365f17c23d195a4d5c0cf652.tar.gz libguestfs-03e9a7c914727cce365f17c23d195a4d5c0cf652.tar.xz libguestfs-03e9a7c914727cce365f17c23d195a4d5c0cf652.zip |
gobject: Add a TODO list
(cherry picked from commit dd25638fc14ea63cf8e8eb0940173f1c6952447f)
Diffstat (limited to 'gobject')
-rw-r--r-- | gobject/TODO.txt | 9 |
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 |