gSocketClientConnectToServiceAsync {RGtk2}R Documentation

gSocketClientConnectToServiceAsync

Description

This is the asynchronous version of gSocketClientConnectToService.

Usage

gSocketClientConnectToServiceAsync(object, domain, service, cancellable = NULL, callback, user.data = NULL)

Arguments

object

a GSocketClient

domain

a domain name

service

the name of the service to connect to

cancellable

a GCancellable, or NULL

callback

a GAsyncReadyCallback

user.data

user data for the callback

Details

Since 2.22

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]