Constructor
ICalGLibParameternew_member_list
unstable since: 4.0
Declaration [src]
ICalParameter*
i_cal_parameter_new_member_list (
const ICalStrArray* value
)
Description [src]
Creates a new ICalParameter holding MEMBER.
Note: this uses a copy of the string array, not the
one stored in the value.
Available since: 4.0
Parameters
value-
Type:
const ICalStrArrayThe string array as a value for the new ICalParameter holding MEMBER.
The data is owned by the caller of the function.
Return value
Type: ICalParameter
A new ICalParameter holding MEMBER.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL. |