gResolverLookupServiceAsync: gResolverLookupServiceAsync

Description Usage Arguments Details Author(s)

View source: R/gioFuncs.R

Description

Begins asynchronously performing a DNS SRV lookup for the given service and protocol in the given domain, and eventually calls callback, which must call gResolverLookupServiceFinish to get the final result. See gResolverLookupService for more details.

Usage

1
2
gResolverLookupServiceAsync(object, service, protocol, domain, 
    cancellable = NULL, callback, user.data = NULL)

Arguments

object

a GResolver

service

the service type to look up (eg, "ldap")

protocol

the networking protocol to use for service (eg, "tcp")

domain

the DNS domain to look up the service in

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.