Method

ECalComponentParameterBagremove

since: 3.34

Declaration [src]

void
e_cal_component_parameter_bag_remove (
  ECalComponentParameterBag* bag,
  guint index
)

Description [src]

Removes the ICalParameter at the given index. If the index is out of bounds (not lower than e_cal_component_parameter_bag_get_count()), then the function does nothing.

Available since: 3.34

Parameters

index

Type: guint

An index of the parameter to remove.