Function

PurpleBuddyicons_get_account_icon_timestamp

Declaration [src]

time_t
purple_buddy_icons_get_account_icon_timestamp (
  PurpleAccount* account
)

Description [src]

Returns the timestamp of when the icon was set.

This is intended for use in protocols that require a timestamp for buddy icon update reasons.

Parameters

account

Type: PurpleAccount

The account.

The data is owned by the caller of the function.

Return value

Type: time_t

The time the icon was set, or 0 if an error occurred.