Method

IbisMessageset_tags

since: 0.1

Declaration [src]

void
ibis_message_set_tags (
  IbisMessage* message,
  IbisTags* tags
)

Description [src]

Sets the tags of message to tags.

Available since: 0.1

Sets propertyIbis.Message:tags

Parameters

tags

Type: IbisTags

The new tags.

The argument can be NULL.
The data is owned by the caller of the method.