Constructor

ICalGLibVcardValuenew_structured

unstable since: 4.0

Declaration [src]

ICalVcardValue*
i_cal_vcard_value_new_structured (
  const ICalVcardStructured* value
)

Description [src]

Creates a new ICalVcardValue holding STRUCTURED.

Note: this uses a copy of the structured type, not the one stored in the value.

Available since: 4.0

Parameters

value

Type: const ICalVcardStructured

The ICalVcardStructured value.

The data is owned by the caller of the function.

Return value

Type: ICalVcardValue

A new ICalVcardValue holding STRUCTURED.

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