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.
the DNS name to look up the record for
the type of DNS record to look up
a gio.Cancellable, or NULL
callback to call after resolution completes
data for callback
2.34
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.