Method

ICalGLibVcardStrArrayget_element_at

unstable since: 4.0

Declaration [src]

const gchar*
i_cal_vcard_str_array_get_element_at (
  ICalVcardStrArray* array,
  gsize position
)

Description [src]

Gets the element located in the position in the array. NULL if position if out of bound.

Available since: 4.0

This method is not directly available to language bindings.

Parameters

position

Type: gsize

The position the target element is located.

Return value

Type: const gchar*

The element located at the position in the array.

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