Method

ICalGLibEnumArrayappend_value

unstable since: 4.0

Declaration [src]

void
i_cal_enum_array_append_value (
  ICalEnumArray* array,
  gint value
)

Description [src]

Appends an integer value to the array. See also i_cal_enum_array_add_value(), i_cal_enum_array_append_x_value()

Available since: 4.0

This method is not directly available to language bindings.

Parameters

value

Type: gint

The integer value to append.