Method
ECalComponentParameterBagget
since: 3.34
Declaration [src]
ICalParameter*
e_cal_component_parameter_bag_get (
const ECalComponentParameterBag* bag,
guint index
)
Description [src]
Returns the ICalParameter at the given index. If the index is
out of bounds (not lower than e_cal_component_parameter_bag_get_count()), then NULL is returned.
The returned parameter is owned by the bag and should not be freed
by the caller.
Available since: 3.34
Return value
Type: None
The ICalParameter at the given index, or NULL on error.
| The returned data is owned by the instance. |
The return value can be NULL. |