Method

ICalGLibParameterget_delegatedto_nth

unstable since: 4.0

Declaration [src]

const gchar*
i_cal_parameter_get_delegatedto_nth (
  const ICalParameter* self,
  gsize position
)

Description [src]

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

Available since: 4.0

Parameters

position

Type: gsize

Position of the DELEGATEDTO item to get.

Return value

Type: const gchar*

N-th element of the DELEGATEDTO self.

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