Method

PurpleContactInfoset_time_zone

since: 3.0

Declaration [src]

void
purple_contact_info_set_time_zone (
  PurpleContactInfo* info,
  GTimeZone* time_zone
)

Description [src]

Sets the time zone of info to time_zone.

Available since: 3.0

Parameters

time_zone

Type: GTimeZone

The new time zone.

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