Constructor

ICalGLibPropertynew_proximity

unstable since: 4.0

Declaration [src]

ICalProperty*
i_cal_property_new_proximity (
  ICalPropertyProximity value
)

Description [src]

Creates a new ICalProperty holding PROXIMITY.

Available since: 4.0

Parameters

value

Type: ICalPropertyProximity

The ICalPropertyProximity value.

Return value

Type: ICalProperty

A new ICalProperty holding PROXIMITY.

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