Method

IbisMessageget_source

since: 0.1

Declaration [src]

const char*
ibis_message_get_source (
  IbisMessage* message
)

Description [src]

Gets the the source of message.

Available since: 0.1

Gets propertyIbis.Message:source

Return value

Type: const char*

The source of message.

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