Constructor

ICalGLibVcardGeonew_coords

unstable since: 4.0

Declaration [src]

ICalVcardGeo*
i_cal_vcard_geo_new_coords (
  const gchar* lat,
  const gchar* lon
)

Description [src]

Creates a new ICalVcardGeo holding the coordinates.

Available since: 4.0

Parameters

lat

Type: const gchar*

A latitude coordinate.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
lon

Type: const gchar*

A longitude coordinate.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: ICalVcardGeo

The newly created ICalVcardGeo holding the coordinates.

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