Method
ECalComponentPropertyBagremove_by_kind
since: 3.34
Declaration [src]
guint
e_cal_component_property_bag_remove_by_kind (
ECalComponentPropertyBag* bag,
ICalPropertyKind kind,
gboolean all
)
Description [src]
Removes the first or all (depending on the all) properties of the given kind.
Available since: 3.34
Parameters
kind-
Type:
ICalPropertyKindAn
ICalPropertyKindto remove. all-
Type:
gbooleanTRUEto remove all properties of thekind, orFALSEto only the first.