Method
PurpleConversationset_topic_author
unstable since: 3.0
Declaration [src]
void
purple_conversation_set_topic_author (
PurpleConversation* conversation,
PurpleContactInfo* author
)
Description [src]
Sets the author of the topic for conversation to author.
Available since: 3.0
| Sets property | Purple.Conversation:topic-author |
Parameters
author-
Type:
PurpleContactInfoThe new author of the topic.
The argument can be NULL.The data is owned by the caller of the method.