Method

PurpleContactInfoset_created_time

unstable since: 3.0

Declaration [src]

void
purple_contact_info_set_created_time (
  PurpleContactInfo* info,
  GDateTime* created_time
)

Description [src]

Sets the creation time.

The creation time is when the contact info was created on the protocol, not when it was added to libpurple.

Available since: 3.0

Parameters

created_time

Type: GDateTime

The new creation time.

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