Constructor
ICalGLibPropertynew
since: 1.0
Declaration [src]
ICalProperty*
i_cal_property_new (
ICalPropertyKind kind
)
Parameters
kind-
Type:
ICalPropertyKindThe kind of
ICalPropertyto be created.
Return value
Type: ICalProperty
The newly created ICalProperty with the type kind.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |