Resolver.lookupRecordsAsync

Begins asynchronously performing a DNS lookup for the given rrname, and eventually calls callback, which must call gio.resolver.Resolver.lookupRecordsFinish to get the final result. See gio.resolver.Resolver.lookupRecords for more details.

Parameters

rrname string

the DNS name to look up the record for

recordType gio.types.ResolverRecordType

the type of DNS record to look up

cancellable gio.cancellable.Cancellable

a #GCancellable, or null

callback gio.types.AsyncReadyCallback

callback to call after resolution completes