Method

PurpleConversationset_topic_author

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

Parameters

author

Type: PurpleContactInfo

The new author of the topic.

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