Resolver.lookupRecordsAsync

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

Parameters

rrname string

the DNS name to look up the record for

recordType GResolverRecordType

the type of DNS record to look up

cancellable Cancellable

a gio.Cancellable, or NULL

callback GAsyncReadyCallback

callback to call after resolution completes

userData void*

data for callback

Meta

Since

2.34