Method

ICalGLibVcardParameterget_sortas_nth

unstable since: 4.0

Declaration [src]

const gchar*
i_cal_vcard_parameter_get_sortas_nth (
  const ICalVcardParameter* self,
  gsize position
)

Description [src]

Returns the n-th element of the self of SORTAS.

Available since: 4.0

Parameters

position

Type: gsize

Position of the SORTAS item to get.

Return value

Type: const gchar*

N-th element of the SORTAS self.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.