Top | ![]() |
![]() |
![]() |
![]() |
ICalGeoType * | i_cal_geo_type_new_full () |
struct icalgeotype | i_cal_geo_type_new_default () |
gdouble | i_cal_geo_type_get_lat () |
void | i_cal_geo_type_set_lat () |
gdouble | i_cal_geo_type_get_lon () |
void | i_cal_geo_type_set_lon () |
ICalGeoType *
i_cal_geo_type_new_full (struct icalgeotype native
);
Create a new libical-glib object from the native libical object and the owner.
Since 1.0
struct icalgeotype
i_cal_geo_type_new_default (void
);
Create a new default ICalGeoType.
Since 1.0
gdouble
i_cal_geo_type_get_lat (ICalGeoType *geo_type
);
Get the lat of ICalGeoType.
Since 1.0
void i_cal_geo_type_set_lat (ICalGeoType *geo_type
,gdouble lat
);
Set the lat of ICalGeoType.
Since 1.0
gdouble
i_cal_geo_type_get_lon (ICalGeoType *geo_type
);
Get the lon of ICalGeoType.
Since 1.0
void i_cal_geo_type_set_lon (ICalGeoType *geo_type
,gdouble lon
);
Set the lon of ICalGeoType.
Since 1.0