Method
IbisMessageset_tags
deprecated: 0.10 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
Deprecated since: 0.10
Use ibis_message_get_tags() and update that directly.
| Sets property | Ibis.Message:tags |
Parameters
tags-
Type:
IbisTagsThe new tags.
The argument can be NULL.The data is owned by the caller of the method.