Constructor

ICalGLibVcardValuenew_boolean

unstable since: 4.0

Declaration [src]

ICalVcardValue*
i_cal_vcard_value_new_boolean (
  gboolean value
)

Description [src]

Creates a new ICalVcardValue holding BOOLEAN.

Available since: 4.0

Parameters

value

Type: gboolean

The boolean value.

Return value

Type: ICalVcardValue

A new ICalVcardValue holding BOOLEAN.

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