Constructor

ICalGLibParameternew_display

unstable since: 4.0

Declaration [src]

ICalParameter*
i_cal_parameter_new_display (
  ICalParameterDisplay value
)

Description [src]

Creates a new ICalParameter holding DISPLAY.

Available since: 4.0

Parameters

value

Type: ICalParameterDisplay

The ICalParameterDisplay value of the new ICalParameter.

Return value

Type: ICalParameter

A new ICalParameter holding DISPLAY.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.