mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-12-15 08:23:48 +03:00
Implement virDomain{Get,Set}Time APIs
While the setter can be generated automatically, the getter is not. However, it would be a lot easier if they both share the same logic: a python dictionary to represent the time: dict['seconds'] to represent seconds, and dict['nseconds'] to represent nanoseconds. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
@@ -519,6 +519,8 @@ skip_function = (
|
||||
|
||||
'virDomainFSFreeze', # overridden in virDomain.py
|
||||
'virDomainFSThaw', # overridden in virDomain.py
|
||||
'virDomainGetTime', # overridden in virDomain.py
|
||||
'virDomainSetTime', # overridden in virDomain.py
|
||||
|
||||
# 'Ref' functions have no use for bindings users.
|
||||
"virConnectRef",
|
||||
|
||||
Reference in New Issue
Block a user