diff options
author | Jiri Denemark <jdenemar@redhat.com> | 2013-01-23 12:14:57 +0100 |
---|---|---|
committer | Jiri Denemark <jdenemar@redhat.com> | 2013-02-28 10:54:24 +0100 |
commit | 3b87cec14dfb84bafbe5ba8672ceee7d62a5d936 (patch) | |
tree | 25a3d6ee6a467ff8ce3e885935ab141cf620e922 /tests | |
parent | 2508c934bc82e40a1b35271e6ad8bcd73c05a73b (diff) | |
download | libvirt-python-v6-libvirt-0.10.2-18.el6_4.7.tar.gz libvirt-python-v6-libvirt-0.10.2-18.el6_4.7.tar.xz libvirt-python-v6-libvirt-0.10.2-18.el6_4.7.zip |
python: Fix bindings for virDomainSnapshotGet{Domain,Connect}libvirt-0.10.2-18.el6_4.9libvirt-0.10.2-18.el6_4.8libvirt-0.10.2-18.el6_4.7libvirt-0.10.2-18.el6_4.6libvirt-0.10.2-18.el6_4.5libvirt-0.10.2-18.el6_4.4libvirt-0.10.2-18.el6_4.3libvirt-0.10.2-18.el6_4.2libvirt-0.10.2-18.el6_4.14libvirt-0.10.2-18.el6_4.13libvirt-0.10.2-18.el6_4.12libvirt-0.10.2-18.el6_4.11libvirt-0.10.2-18.el6_4.10libvirt-0.10.2-18.el6_4.1
https://bugzilla.redhat.com/show_bug.cgi?id=915348
virDomainSnapshot.getDomain() and virDomainSnapshot.getConnect()
wrappers around virDomainSnapshotGet{Domain,Connect} were not supposed
to be ever implemented. The class should contain proper domain() and
connect() accessors that fetch python objects stored internally within
the class. While domain() was already provided, connect() was missing.
This patch adds connect() method to virDomainSnapshot class and
reimplements getDomain() and getConnect() methods as aliases to domain()
and connect() for backward compatibility.
(cherry picked from commit 7b35fd718d2156224797ace08f752dfbb9884520)
Conflicts:
python/generator.py -- context
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions