Method

PurpleConversationset_created_on

since: 3.0

Declaration [src]

void
purple_conversation_set_created_on (
  PurpleConversation* conversation,
  GDateTime* created_on
)

Description [src]

Sets the creation time of conversation to created_on.

Available since: 3.0

Parameters

created_on

Type: GDateTime

The new created on value.

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