gSocketConnectionGetSocket {RGtk2}R Documentation

gSocketConnectionGetSocket

Description

Gets the underlying GSocket object of the connection. This can be useful if you want to do something unusual on it not supported by the GSocketConnection APIs.

Usage

gSocketConnectionGetSocket(object)

Arguments

object

a GSocketConnection

Details

Since 2.22

Value

[GSocket] a GSocketAddress or NULL on error.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]