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.
the DNS name to lookup the record for
the type of DNS record to lookup
a #GCancellable, or %NULL
callback to call after resolution completes
data for @callback
2.34
See Implementation
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.