Constructor

ICalGLibVcardPropertynew_version

unstable since: 4.0

Declaration [src]

ICalVcardProperty*
i_cal_vcard_property_new_version (
  ICalVcardPropertyVersion value
)

Description [src]

Creates a new ICalVcardProperty holding VERSION.

Available since: 4.0

Parameters

value

Type: ICalVcardPropertyVersion

The ICalVcardPropertyVersion value.

Return value

Type: ICalVcardProperty

A new ICalVcardProperty holding VERSION.

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