Method
ECalComponentParameterBagset_from_property
since: 3.34
Declaration [src]
void
e_cal_component_parameter_bag_set_from_property (
ECalComponentParameterBag* bag,
const ICalProperty* property,
ECalComponentParameterBagFilterFunc func,
gpointer user_data
)
Description [src]
Fills the bag with parameters from the property, for which the func
returned TRUE. When the func is NULL, all the parameters are included. The bag content is cleared before any parameter is added.
Available since: 3.34
Parameters
property-
Type:
NoneAn
ICalPropertycontaining the parameters to fill thebagwith.The data is owned by the caller of the method. func-
Type:
ECalComponentParameterBagFilterFuncAn optional %ECalComponentParameterBagFilterFunc callback.
The argument can be NULL. user_data-
Type:
gpointerUser data for the
func.The argument can be NULL.The data is owned by the caller of the method.