Constructor

ICalGLibVcardValuenew_tz

unstable since: 4.0

Declaration [src]

ICalVcardValue*
i_cal_vcard_value_new_tz (
  const ICalVcardTz* value
)

Description [src]

Creates a new ICalVcardValue holding TZ.

Available since: 4.0

Parameters

value

Type: const ICalVcardTz

The ICalVcardTz value.

The data is owned by the caller of the function.

Return value

Type: ICalVcardValue

A new ICalVcardValue holding TZ.

The caller of the function takes ownership of the data, and is responsible for freeing it.