GResolverClass.lookupRecords

struct GResolverClass
extern (C)
GList* function(GResolver* resolver, const(char)* rrname, GResolverRecordType recordType, GCancellable* cancellable, GError** err) lookupRecords;

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.