#GVariant, or null on error. You must free each of the records and the list when you are done with it. (You can use [glib.list.List.freeFull] with [glib.variant.Variant.unref] to do this.)
Resolver.lookupRecordsFinish
glib.variant.Variant[] lookupRecordsFinish(gio.async_result.AsyncResult result)Retrieves the result of a previous call to [gio.resolver.Resolver.lookupRecordsAsync]. Returns a non-empty list of records as #GVariant tuples. See #GResolverRecordType for information on what the records contain.
If the DNS resolution failed, error (if non-null) will be set to a value from #GResolverError. If the operation was cancelled, error will be set to [gio.types.IOErrorEnum.Cancelled].
Parameters
result | the result passed to your #GAsyncReadyCallback |
Returns
a non-empty #GList of
Throws
[ErrorWrap]