• O
    list: Expose virConnectListAllSecrets to Python binding · 473ee27e
    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: Implementation for listAllSecrets.
    
    python/libvirt-override.c: Implementation for the wrapper.
    473ee27e
libvirt-override-virConnect.py 10.2 KB