Method

IbisCTCPMessageget_command

since: 0.5

Declaration [src]

const char*
ibis_ctcp_message_get_command (
  IbisCTCPMessage* message
)

Description [src]

Gets the command from message.

Available since: 0.5

Return value

Type: const char*

The command.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.