]> git.ipfire.org Git - thirdparty/libvirt.git/commit
python: Generate virStreamFree but don't expose in bindings
authorCole Robinson <crobinso@redhat.com>
Tue, 21 Jun 2011 00:06:49 +0000 (20:06 -0400)
committerCole Robinson <crobinso@redhat.com>
Thu, 23 Jun 2011 14:52:59 +0000 (10:52 -0400)
commit1b68d3f099e2d3afec92afe1d439da0dc729977e
tree6012b87389259ca3a134d0958cd17f7cad2d99b9
parenta585eba435dda5094fe5b3d0243459d49434f445
python: Generate virStreamFree but don't expose in bindings

Turns out I was right in removing this the first time :) This is
needed in our custom __del__ function, but the C code wasn't
being generated. Add new infrastructure to do what we want
python/generator.py