Method
ICalGLibPropertyget_first_parameter
since: 1.0
[−]
Declaration [src]
ICalParameter*
i_cal_property_get_first_parameter (
ICalProperty* prop,
ICalParameterKind kind
)
[−]
Description [src]
Gets the first ICalParameter
from the parent ICalProperty
.
Available since: 1.0
[−]
Return value
Type: ICalParameter
The first ICalParameter
of prop
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |