| libical-glib Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
#define I_CAL_GEO_TYPE_TYPE ICalGeoType; struct ICalGeoTypeClass; structicalgeotype i_cal_geo_type_new_default (void);gdouble i_cal_geo_type_get_lat (ICalGeoType *geo_type);void i_cal_geo_type_set_lat (ICalGeoType *geo_type,);gdouble latgdouble i_cal_geo_type_get_lon (ICalGeoType *geo_type);void i_cal_geo_type_set_lon (ICalGeoType *geo_type,);gdouble lon
structicalgeotype i_cal_geo_type_new_default (void);
Create a new default ICalGeoType.
Returns : |
The newly created ICalGeoType. [transfer full] |
Since 1.0
gdouble i_cal_geo_type_get_lat (ICalGeoType *geo_type);
Get the lat of ICalGeoType.
|
The ICalGeoType to be queried. |
Returns : |
The lat. |
Since 1.0
void i_cal_geo_type_set_lat (ICalGeoType *geo_type,);gdouble lat
Set the lat of ICalGeoType.
|
The ICalGeoType to be set. |
|
The lat. |
Since 1.0
gdouble i_cal_geo_type_get_lon (ICalGeoType *geo_type);
Get the lon of ICalGeoType.
|
The ICalGeoType to be queried. |
Returns : |
The lon. |
Since 1.0
void i_cal_geo_type_set_lon (ICalGeoType *geo_type,);gdouble lon
Set the lon of ICalGeoType.
|
The ICalGeoType to be set. |
|
The lon. |
Since 1.0