Constructor

ICalGLibVcardParameternew_created

unstable since: 4.0

Declaration [src]

ICalVcardParameter*
i_cal_vcard_parameter_new_created (
  const ICalVcardTime* value
)

Description [src]

Creates a new ICalVcardParameter holding CREATED.

Available since: 4.0

Parameters

value

Type: const ICalVcardTime

The ICalVcardTime value.

The data is owned by the caller of the function.

Return value

Type: ICalVcardParameter

A new ICalVcardParameter holding CREATED.

The caller of the function takes ownership of the data, and is responsible for freeing it.