Constructor

ICalGLibPropertynew_pollmode

since: 1.0

Declaration [src]

ICalProperty*
i_cal_property_new_pollmode (
  ICalPropertyPollmode value
)

Description [src]

Creates a new ICalProperty holding POLLMODE.

Available since: 1.0

Parameters

value

Type: ICalPropertyPollmode

The ICalPropertyPollmode value.

Return value

Type: ICalProperty

A new ICalProperty holding POLLMODE.

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