Method

ICalGLibArrayremove_element_at

since: 1.0

Declaration [src]

void
i_cal_array_remove_element_at (
  ICalArray* array,
  gint position
)

Description [src]

Removes the element at the position from the array.

Available since: 1.0

Parameters

position

Type: gint

The position in which the element will be removed from the array.