Constructor

ICalGLibParameternew_order

unstable since: 3.1

Declaration [src]

ICalParameter*
i_cal_parameter_new_order (
  gint v
)

Description [src]

Creates a new ICalParameter of kind I_CAL_ORDER_PARAMETER holding value v.

Available since: 3.1

Parameters

v

Type: gint

An initial value for the new ICalParameter.

Return value

Type: ICalParameter

The newly created ICalParameter.

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