Constructor

ICalGLibVcardParameternew_value

unstable since: 4.0

Declaration [src]

ICalVcardParameter*
i_cal_vcard_parameter_new_value (
  ICalVcardParameterValue value
)

Description [src]

Creates a new ICalVcardParameter holding VALUE.

Available since: 4.0

Parameters

value

Type: ICalVcardParameterValue

The ICalVcardParameterValue value.

Return value

Type: ICalVcardParameter

A new ICalVcardParameter holding VALUE.

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