Constructor

ICalGLibParameternew_substate

since: 1.0

Declaration [src]

ICalParameter*
i_cal_parameter_new_substate (
  ICalParameterSubstate value
)

Description [src]

Creates a new ICalParameter holding SUBSTATE.

Available since: 1.0

Parameters

value

Type: ICalParameterSubstate

The ICalParameterSubstate value.

Return value

Type: ICalParameter

A new ICalParameter holding SUBSTATE.

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