Method

PurpleContactInfoget_created_time

unstable since: 3.0

Declaration [src]

GDateTime*
purple_contact_info_get_created_time (
  PurpleContactInfo* info
)

Description [src]

Gets the created time for the contact info.

Many protocols expose when an account was created for moderation and other purposes, this field is meant to expose that field, and not when the contact info was added to libpurple.

Available since: 3.0

Return value

Type: GDateTime

The creation time.

The returned data is owned by the instance.
The return value can be NULL.