Constructor
ICalGLibVcardGeonew_coords
unstable since: 4.0
Declaration [src]
ICalVcardGeo*
i_cal_vcard_geo_new_coords (
const gchar* lat,
const gchar* lon
)
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. |