GResolverClass.lookupRecordsFinish

struct GResolverClass
extern (C)
GList* function(GResolver* resolver, GAsyncResult* result, GError** err) lookupRecordsFinish;

Return Value

a non-empty GList of glib.Variant, or NULL on error. You must free each of the records and the list when you are done with it. (You can use g_list_free_full() with Variant.unref to do this.)

Throws

GException on failure.