gSocketClientSetSocketType {RGtk2}R Documentation

gSocketClientSetSocketType

Description

Sets the socket type of the socket client. The sockets created by this object will be of the specified type.

Usage

gSocketClientSetSocketType(object, type)

Arguments

object

a GSocketClient.

type

a GSocketType

Details

It doesn't make sense to specify a type of G_SOCKET_TYPE_DATAGRAM, as GSocketClient is used for connection oriented services. Since 2.22

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]