restore_domain_from_file_async
Description:
public async bool restore_domain_from_file_async (string filename, Domain? custom_conf, uint flags, Cancellable? cancellable) throws Error
Asynchronous variant of restore_domain_from_file
Parameters:
| this | |
| filename |
path to input file |
| custom_conf |
configuration for domain |
| flags |
the flags |
| cancellable |
cancellation object |
| callback |
completion callback |
| user_data |
opaque data for callback |