![]() |
![]() |
![]() |
libical-glib Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#define I_CAL_GEO_TYPE_TYPE ICalGeoType; struct ICalGeoTypeClass; ICalGeoType * i_cal_geo_type_new_full (struct icalgeotype native
); struct icalgeotype 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 lat
); gdouble i_cal_geo_type_get_lon (ICalGeoType *geo_type
); void i_cal_geo_type_set_lon (ICalGeoType *geo_type
,gdouble 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.
|
The native libical object. |
Returns : |
The newly create libical-glib object. [transfer full] |
Since 1.0
struct icalgeotype 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