Method

IbisMessageget_raw_message

since: 0.1

Declaration [src]

const char*
ibis_message_get_raw_message (
  IbisMessage* message
)

Description [src]

Gets the raw-message that message was parsed from.

If message was not created via ibis_message_parse(), then this will be NULL.

Available since: 0.1

Return value

Type: const char*

The raw message if available, otherwise NULL.

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