Method
ICalGLibComponentadd_component
since: 1.0
Declaration [src]
void
i_cal_component_add_component (
ICalComponent* parent,
ICalComponent* child
)
Description [src]
Adds a ICalComponent
into another ICalComponent
as a child component.
Available since: 1.0
Parameters
child
-
Type:
ICalComponent
A child
ICalComponent
.The data is owned by the caller of the method.