Constructor

ICalGLibVcardValuenew_version

unstable since: 4.0

Declaration [src]

ICalVcardValue*
i_cal_vcard_value_new_version (
  ICalVcardPropertyVersion value
)

Description [src]

Creates a new ICalVcardValue holding VERSION.

Available since: 4.0

Parameters

value

Type: ICalVcardPropertyVersion

The ICalVcardPropertyVersion value.

Return value

Type: ICalVcardValue

A new ICalVcardValue holding VERSION.

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