Constructor

ICalGLibVcardPropertynew_geo

unstable since: 4.0

Declaration [src]

ICalVcardProperty*
i_cal_vcard_property_new_geo (
  const ICalVcardGeo* value
)

Description [src]

Creates a new ICalVcardProperty holding GEO.

Available since: 4.0

Parameters

value

Type: ICalVcardGeo

The ICalVcardGeo value.

The data is owned by the caller of the function.

Return value

Type: ICalVcardProperty

A new ICalVcardProperty holding GEO.

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