Function
ICalGLibenumarray_remove_element_at
unstable since: 4.0
Declaration [src]
void
i_cal_enumarray_remove_element_at (
ICalEnumArray* array,
gint position
)
Parameters
array-
Type:
ICalEnumArrayThe
ICalEnumArrayto be modified.The data is owned by the caller of the function. position-
Type:
gintThe position in which the element will be removed from the array.