• O
    list: Expose virConnectListAllInterfaces to Python binding · ec448fbf
    Osier Yang 提交于
    The implementation is done manually as the generator does not support
    wrapping lists of C pointers into Python objects.
    
    python/libvirt-override-api.xml: Document
    
    python/libvirt-override-virConnect.py:
      * New file, includes implementation of listAllInterfaces.
    
    python/libvirt-override.c: Implementation for the wrapper.
    ec448fbf
libvirt-override-virConnect.py 9.0 KB