gResolverLookupByNameAsync: gResolverLookupByNameAsync

Description Usage Arguments Details Author(s)

View source: R/gioFuncs.R

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

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

Arguments

object

a GResolver

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

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.