gSocketAddressGetNativeSize {RGtk2}R Documentation

gSocketAddressGetNativeSize

Description

Gets the size of address's native

structsockaddr
. You can use this to allocate memory to pass to gSocketAddressToNative.

Usage

gSocketAddressGetNativeSize(object)

Arguments

object

a GSocketAddress

Details

Since 2.22

Value

[integer] the size of the native

structsockaddr
that address represents

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]