Method

PurpleContactInfoset_last_updated

unstable since: 3.0

Declaration [src]

void
purple_contact_info_set_last_updated (
  PurpleContactInfo* info,
  GDateTime* last_updated
)

Description [src]

Sets the last time the contact info was updated.

Note

This is primarily meant for protocol implementations to track the last time they updated the contact info.

Available since: 3.0

Parameters

last_updated

Type: GDateTime

The new last updated time.

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