summaryrefslogtreecommitdiff
path: root/libvirt-override-api.xml
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2013-11-26 16:57:51 +0000
committerDaniel P. Berrange <berrange@redhat.com>2013-11-27 11:07:45 +0000
commit9bc81a156d281294b79192d04a5db10997566299 (patch)
tree2516fa2bb0acf9871bd0509e332f6111ff779c61 /libvirt-override-api.xml
parentd05f1059928bffcfd878bfeea34f2008e90e8054 (diff)
downloadlibvirt-python-9bc81a156d281294b79192d04a5db10997566299.tar.gz
Avoid generating the methods in multiple classes
The python code generator tries to figure out what class a method should be in by looking at the list of arguments for any which are object types. Unfortunately missing break statements meant that methods which have multiple object arguments (eg migrate as a virDomainPtr followed by a virConnectPtr) got added to multiple classes. The following incorrect methods are removed by this change virStream.download (dup of virStorageVol.download) virStream.screenshot (dup of virDomain.screenshot) virStream.upload (dup of virStorageVol.upload) virConnect.migrate (dup of virDomain.migrate) virConnect.migrate2 (dup of virDomain.migrate2) virConnect.migrate3 (dup of virDomain.migrate3) virConnect.migrateToURI3 (dup of virDomain.migrateToURI3) Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'libvirt-override-api.xml')
0 files changed, 0 insertions, 0 deletions