Signal
SoupWebsocketConnection::message
Declaration
void
message (
  SoupWebsocketConnection* self,
  gint type,
  GBytes* message,
  gpointer user_data
)
Description [src]
Emitted when we receive a message from the peer.
As a convenience, the message data will always be
NULL-terminated, but the NUL byte will not be included in
the length count.
| Default handler: The default handler is called before the handlers added via  | 
Parameters
- type
- 
            Type: gintThe type of message contents. 
- message
- 
            Type: GBytesThe message data. The data is owned by the caller of the function.