Constructor

ICalGLibVcardStrArraynew

unstable since: 4.0

Declaration [src]

ICalVcardStrArray*
i_cal_vcard_str_array_new (
  gint increment_size
)

Description [src]

Creates a new ICalVcardStrArray.

Available since: 4.0

Parameters

increment_size

Type: gint

How many items preallocate in advance.

Return value

Type: const ICalVcardStrArray

The newly created ICalVcardStrArray.

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