RGtk2 (version 2.20.31)

gResolverLookupByNameAsync: gResolverLookupByNameAsync

Description

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

Usage

gResolverLookupByNameAsync(object, hostname, cancellable = NULL, callback, user.data = NULL)

Arguments

object
hostname
the hostname to look up the address of
cancellable
a GCancellable, or NULL
callback
callback to call after resolution completes
user.data
data for callback

Details

Since 2.22