Message.tag
Description:
[ CCode ( has_construct_function = false ) ]
public Message.tag (Object? src, owned TagList tag_list)
public Message.tag (Object? src, owned TagList tag_list)
Create a new tag message.
The message will take ownership of the tag list. The message is posted by elements that discovered a new taglist.
Parameters:
src |
The object originating the message. |
tag_list |
the tag list for the message. |