Method

ICalGLibVcardPropertyget_next_parameter

unstable since: 4.0

Declaration [src]

ICalVcardParameter*
i_cal_vcard_property_get_next_parameter (
  ICalVcardProperty* prop,
  ICalVcardParameterKind kind
)

Description [src]

Gets the next ICalVcardParameter from the parent ICalVcardProperty.

Available since: 4.0

Parameters

kind

Type: ICalVcardParameterKind

The target kind of ICalVcardParameter to be retrieved.

Return value

Type: ICalVcardParameter

The next ICalVcardParameter of prop.

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