get_domain_capabilities_async
Description:
public async DomainCapabilities get_domain_capabilities_async (string? emulatorbin, string? arch, string? machine, string? virttype, uint flags, Cancellable? cancellable) throws Error
Parameters:
| this | |
| emulatorbin |
path to emulator |
| arch |
domain architecture |
| machine |
machine type |
| virttype |
virtualization type |
| flags |
extra flags; not used yet, so callers should always pass 0 |
| cancellable |
cancellation object |
| callback |
completion callback |
| user_data |
opaque data for callback |