gSocketGetBlocking {RGtk2}R Documentation

gSocketGetBlocking

Description

Gets the blocking mode of the socket. For details on blocking I/O, see gSocketSetBlocking.

Usage

gSocketGetBlocking(object)

Arguments

object

a GSocket.

Details

Since 2.22

Value

[logical] TRUE if blocking I/O is used, FALSE otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]