Constructor

ICalGLibStrArraynew

unstable since: 4.0

Declaration [src]

ICalStrArray*
i_cal_str_array_new (
  gint increment_size
)

Description [src]

Creates a new ICalStrArray.

Available since: 4.0

Parameters

increment_size

Type: gint

How many slots to allocate on array expansion.

Return value

Type: const ICalStrArray

A new ICalStrArray.

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