Method
ICalGLibComponentget_parent
since: 3.0
Declaration [src]
ICalComponent*
i_cal_component_get_parent (
ICalComponent* component
)
Return value
Type: ICalComponent
The parent ICalComponent
of the component
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL . |