Method

IbisCTCPMessageserialize

since: 0.5

Declaration [src]

char*
ibis_ctcp_message_serialize (
  IbisCTCPMessage* message
)

Description [src]

Serializes message to a string.

Available since: 0.5

Return value

Type: char*

The serialized version of message.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.