Method

PurpleConversationset_topic_updated

since: 3.0

Declaration [src]

void
purple_conversation_set_topic_updated (
  PurpleConversation* conversation,
  GDateTime* updated
)

Description [src]

Sets the time that the topic was lasted updated for conversation.

Available since: 3.0

Parameters

updated

Type: GDateTime

The time of the last update.

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