Method
ECalComponentParameterBagremove_by_kind
since: 3.34
Declaration [src]
guint
e_cal_component_parameter_bag_remove_by_kind (
ECalComponentParameterBag* bag,
ICalParameterKind kind,
gboolean all
)
Description [src]
Removes the first or all (depending on the all) parameters of the given kind.
Available since: 3.34
Parameters
kind-
Type:
ICalParameterKindAn
ICalParameterKindto remove. all-
Type:
gbooleanTRUEto remove all parameters of thekind, orFALSEto only the first.