Resolver.lookupByNameAsync

Begins asynchronously resolving hostname to determine its associated IP address(es), and eventually calls callback, which must call Resolver.lookupByNameFinish to get the result. See Resolver.lookupByName for more details.

class Resolver
void
lookupByNameAsync

Parameters

hostname string

the hostname to look up the address of

cancellable Cancellable

a gio.Cancellable, or NULL

callback GAsyncReadyCallback

callback to call after resolution completes

userData void*

data for callback

Meta

Since

2.22