get_domain_capabilities
Description:
public DomainCapabilities get_domain_capabilities (string? emulatorbin, string? arch, string? machine, string? virttype, uint flags) 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 |
Returns:
|
a DomainCapabilities or NULL. The return object should be unreffed with unref when no longer needed. |