gSocketControlMessageGetMsgType {RGtk2}R Documentation

gSocketControlMessageGetMsgType

Description

Returns the protocol specific type of the control message. For instance, for UNIX fd passing this would be SCM_RIGHTS.

Usage

gSocketControlMessageGetMsgType(object)

Arguments

object

a GSocketControlMessage

Details

Since 2.22

Value

[integer] an integer describing the type of control message

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]