Constructor

ICalGLibVcardEnumArraynew

unstable since: 4.0

Declaration [src]

ICalVcardEnumArray*
i_cal_vcard_enum_array_new (
  gint increment_size
)

Description [src]

Creates a new ICalVcardEnumArray.

Available since: 4.0

Parameters

increment_size

Type: gint

How many slots to allocate on array expansion.

Return value

Type: ICalVcardEnumArray

A new ICalVcardEnumArray.

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