[libvirt] [libvirt-python PATCHv2 13/44] Import some virTypedParams* APIs from libvirt

2013-11-19 Thread Doug Goldstein
virTypedParamsClear() and virTypedParamsFree() were introduced in libvirt 1.0.2. In an effort to keep the code clean bring these two functions to libvirt-python if we're building against a version of libvirt that's older than 1.0.2 --- libvirt-utils.c | 45

Re: [libvirt] [libvirt-python PATCHv2 13/44] Import some virTypedParams* APIs from libvirt

2013-11-19 Thread Doug Goldstein
On Tue, Nov 19, 2013 at 1:35 PM, Doug Goldstein car...@cardoe.com wrote: virTypedParamsClear() and virTypedParamsFree() were introduced in libvirt 1.0.2. In an effort to keep the code clean bring these two functions to libvirt-python if we're building against a version of libvirt that's older