Hi
I'm trying to implement virConnectListInterfaces for the ESX driver
(actually the esx_interface driver)
but the python generator does not write the code for this function
in generator.py this function is in a special table called: skip_impl
and there is a comment saying:
# Class methods which are written by hand in libvir.c but the Python-level
# code is still automatically generated (so they are not in skip_function())
I'm not sure what does it mean
should I implement in libvir.c?
and I'm done?
thanks ahead
Shahar