Description Usage Arguments Details Value Author(s)
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
.
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.