Method
PurpleConversationset_topic_full
unstable since: 3.0
Declaration [src]
void
purple_conversation_set_topic_full (
PurpleConversation* conversation,
const char* topic,
PurpleContactInfo* author,
GDateTime* updated
)
Description [src]
Sets everything about the topic all at once.
See also purple_conversation_set_topic(),
purple_conversation_set_topic_author(), and
purple_conversation_set_topic_updated().
Available since: 3.0
Parameters
topic-
Type:
const char*The new topic.
The argument can be NULL.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. author-
Type:
PurpleContactInfoThe author of the new topic.
The argument can be NULL.The data is owned by the caller of the method. updated-
Type:
GDateTimeThe date time of the new topic.
The argument can be NULL.The data is owned by the caller of the method.