Constructor

ICalGLibPropertynew_taskmode

since: 2.0

Declaration [src]

ICalProperty*
i_cal_property_new_taskmode (
  ICalPropertyTaskmode value
)

Description [src]

Creates a new ICalProperty holding TASKMODE.

Available since: 2.0

Parameters

value

Type: ICalPropertyTaskmode

The ICalPropertyTaskmode value.

Return value

Type: ICalProperty

A new ICalProperty holding TASKMODE.

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