| 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 () | 
gint
i_cal_array_size (ICalArray *array);
Gets the size of the array.
Since: 1.0
ICalArray *
i_cal_array_copy (ICalArray *array);
Creates a deep copy of ICalArray with the same properties as the array
.
Since: 1.0
void
i_cal_array_free (ICalArray *array);
Frees the ICalArray.
[skip]
Since: 1.0
void i_cal_array_remove_element_at (ICalArray *array,gint position);
Removes 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