Constructor

ICalGLibVcardValuenew_utcoffset

unstable since: 4.0

Declaration [src]

ICalVcardValue*
i_cal_vcard_value_new_utcoffset (
  gint value
)

Description [src]

Creates a new ICalVcardValue holding UTCOFFSET.

Available since: 4.0

Parameters

value

Type: gint

The integer value.

Return value

Type: ICalVcardValue

A new ICalVcardValue holding UTCOFFSET.

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