Method

IbisMessageset_source

since: 0.1

Declaration [src]

void
ibis_message_set_source (
  IbisMessage* message,
  const char* source
)

Description [src]

Sets the source of message to source.

Available since: 0.1

Sets propertyIbis.Message:source

Parameters

source

Type: const char*

The new source.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.