Constructor

ICalGLibParameternew_actionparam

since: 1.0

Declaration [src]

ICalParameter*
i_cal_parameter_new_actionparam (
  ICalParameterAction value
)

Description [src]

Creates a new ICalParameter holding ACTIONPARAM.

Available since: 1.0

Parameters

value

Type: ICalParameterAction

The ICalParameterAction value.

Return value

Type: ICalParameter

A new ICalParameter holding ACTIONPARAM.

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