Constructor

ICalGLibPropertynew_busytype

since: 2.0

Declaration [src]

ICalProperty*
i_cal_property_new_busytype (
  ICalPropertyBusytype value
)

Description [src]

Creates a new ICalProperty holding BUSYTYPE.

Available since: 2.0

Parameters

value

Type: ICalPropertyBusytype

The ICalPropertyBusytype value.

Return value

Type: ICalProperty

A new ICalProperty holding BUSYTYPE.

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