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
the DNS name to lookup the record for
the type of DNS record to lookup
a GCancellable, or NULL. [allow-none]
callback to call after resolution completes. [scope async]
data for callback. closure
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. Since 2.34