Resolver.lookupRecordsAsync

Begins asynchronously performing a DNS lookup for the given rrname, and eventually calls callback, which must call g_resolver_lookup_records_finish() to get the final result. See g_resolver_lookup_records() for more details. Since 2.34

Parameters

rrname string

the DNS name to lookup the record for

recordType GResolverRecordType

the type of DNS record to lookup

cancellable Cancellable

a GCancellable, or NULL. [allow-none]

callback GAsyncReadyCallback

callback to call after resolution completes. [scope async]

userData void*

data for callback. closure

Meta