Constructor
ICalGLibParameternew_feature
unstable since: 4.0
Declaration [src]
ICalParameter*
i_cal_parameter_new_feature (
ICalParameterFeature value
)
Parameters
value-
Type:
ICalParameterFeatureThe
ICalParameterFeaturevalue of the newICalParameter.
Return value
Type: ICalParameter
A new ICalParameter holding FEATURE.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL. |