ICalGeoType

ICalGeoType

Synopsis

#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);

Object Hierarchy

  GObject
   +----ICalObject
         +----ICalGeoType

Description

Details

I_CAL_GEO_TYPE_TYPE

#define             I_CAL_GEO_TYPE_TYPE

ICalGeoType

typedef struct _ICalGeoType ICalGeoType;

This is the ICalGeoType instance.


struct ICalGeoTypeClass

struct ICalGeoTypeClass {
};

This is the ICalGeoType class.


i_cal_geo_type_new_full ()

ICalGeoType *       i_cal_geo_type_new_full             (struct icalgeotype native);

Create a new libical-glib object from the native libical object and the owner.

native :

The native libical object.

Returns :

The newly create libical-glib object. [transfer full]

Since 1.0


i_cal_geo_type_new_default ()

struct icalgeotype  i_cal_geo_type_new_default          (void);

Create a new default ICalGeoType.

Returns :

The newly created ICalGeoType. [transfer full]

Since 1.0


i_cal_geo_type_get_lat ()

gdouble             i_cal_geo_type_get_lat              (ICalGeoType *geo_type);

Get the lat of ICalGeoType.

geo_type :

The ICalGeoType to be queried.

Returns :

The lat.

Since 1.0


i_cal_geo_type_set_lat ()

void                i_cal_geo_type_set_lat              (ICalGeoType *geo_type,
                                                         gdouble lat);

Set the lat of ICalGeoType.

geo_type :

The ICalGeoType to be set.

lat :

The lat.

Since 1.0


i_cal_geo_type_get_lon ()

gdouble             i_cal_geo_type_get_lon              (ICalGeoType *geo_type);

Get the lon of ICalGeoType.

geo_type :

The ICalGeoType to be queried.

Returns :

The lon.

Since 1.0


i_cal_geo_type_set_lon ()

void                i_cal_geo_type_set_lon              (ICalGeoType *geo_type,
                                                         gdouble lon);

Set the lon of ICalGeoType.

geo_type :

The ICalGeoType to be set.

lon :

The lon.

Since 1.0