GResolverClass.lookupRecordsFinish

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

Return Value

a non-empty #GList of #GVariant, 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 g_variant_unref() to do this.)

Throws

GException on failure.

Meta