Method
PurpleContactInfoset_time_zone
unstable 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
Sets property | Purple.ContactInfo:time-zone |
Parameters
time_zone
-
Type:
GTimeZone
The new time zone.
The argument can be NULL
.The data is owned by the caller of the method.