Constructor

ICalGLibParameternew_enable

since: 1.0

Declaration [src]

ICalParameter*
i_cal_parameter_new_enable (
  ICalParameterEnable value
)

Description [src]

Creates a new ICalParameter holding ENABLE.

Available since: 1.0

Parameters

value

Type: ICalParameterEnable

The ICalParameterEnable value.

Return value

Type: ICalParameter

A new ICalParameter holding ENABLE.

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