set_time_async
Description:
public async bool set_time_async (
DateTime? date_time,
uint flags,
Cancellable? cancellable)
throws Error
Asynchronous variant of set_time.
Parameters:
| this |
the domain
|
| date_time |
the time to set as DateTime.
|
| flags |
bitwise-OR of GVirDomainSetTimeFlagss.
|
| cancellable |
cancellation object
|
| callback |
completion callback
|
| user_data |
opaque data for callback
|