gSocketControlMessageDeserialize
Tries to deserialize a socket control message of a given
level
and type
. This will ask all known (to GType) subclasses
of GSocketControlMessage
if they can understand this kind
of message and if so deserialize it into a GSocketControlMessage
.
gSocketControlMessageDeserialize(level, type, size, data)
|
a socket level |
|
a socket control message type for the given |
|
the size of the data in bytes |
|
pointer to the message data |
If there is no implementation for this kind of control message, NULL
will be returned.
Since 2.22
[GSocketControlMessage
] the deserialized message or NULL
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.