| Top |  |  |  |  | 
| gint | i_cal_array_size () | 
| ICalArray * | i_cal_array_copy () | 
| void | i_cal_array_free () | 
| void | i_cal_array_remove_element_at () | 
| void | i_cal_array_sort () | 
ICalArray *
i_cal_array_copy (ICalArray *array);
Create a deep copy of ICalArray with the same properties as the array
Since: 1.0
void i_cal_array_remove_element_at (ICalArray *array,gint position);
Remove the element at the position
 from the array
| array | The ICalArray to be modified. | |
| position | The position in which the element will be removed from the array | 
Since: 1.0