diff options
author | Matthew Booth <mbooth@redhat.com> | 2012-03-06 14:48:41 +0000 |
---|---|---|
committer | Matthew Booth <mbooth@redhat.com> | 2012-03-06 14:48:41 +0000 |
commit | 3bf5d0d0e4b3fa5f26e58ad803a9e97f71c7ae0b (patch) | |
tree | 6a07729f1f1d2d6055f8a95b08552a978293c152 /gobject | |
parent | deaae550723eb3725f890256bfa08a35c671d5f0 (diff) | |
download | libguestfs-3bf5d0d0e4b3fa5f26e58ad803a9e97f71c7ae0b.tar.gz libguestfs-3bf5d0d0e4b3fa5f26e58ad803a9e97f71c7ae0b.tar.xz libguestfs-3bf5d0d0e4b3fa5f26e58ad803a9e97f71c7ae0b.zip |
gobject: Update TODO with details of inspect_get_type fix
Diffstat (limited to 'gobject')
-rw-r--r-- | gobject/TODO.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gobject/TODO.txt b/gobject/TODO.txt index 7ac64daf..afe86e1c 100644 --- a/gobject/TODO.txt +++ b/gobject/TODO.txt @@ -1,6 +1,9 @@ Tasks required before the GObject bindings can be considered complete: * Fix the problem of inspect_get_type + - This is addressed here: https://bugzilla.gnome.org/show_bug.cgi?id=671218 + The fix will hopefully make it upstream soon. No changes are required in + libguestfs. * Build the gtkdoc and make it available to the developer * Bind the libguestfs events API |