Constructor

ICalGLibParameternew_value

since: 1.0

Declaration [src]

ICalParameter*
i_cal_parameter_new_value (
  ICalParameterValue value
)

Description [src]

Creates a new ICalParameter holding VALUE.

Available since: 1.0

Parameters

value

Type: ICalParameterValue

The ICalParameterValue value.

Return value

Type: ICalParameter

A new ICalParameter holding VALUE.

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