Method

IbisMessageget_command

since: 0.1

Declaration [src]

const char*
ibis_message_get_command (
  IbisMessage* message
)

Description [src]

Gets the command of the message.

Available since: 0.1

Gets propertyIbis.Message:command

Return value

Type: const char*

The command of the message.

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