gSocketControlMessageSerialize {RGtk2}R Documentation

gSocketControlMessageSerialize

Description

Converts the data in the message to bytes placed in the message.

Usage

gSocketControlMessageSerialize(object, data)

Arguments

object

a GSocketControlMessage

data

A buffer to write data to

Details

data is guaranteed to have enough space to fit the size returned by gSocketControlMessageGetSize on this object. Since 2.22

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]