Moved GsweHouseData to its own sources

This commit is contained in:
2013-09-24 01:24:00 +02:00
parent 20c3aafe85
commit 9ee5569bb1
11 changed files with 206 additions and 36 deletions

View File

@@ -266,24 +266,5 @@ typedef struct _GsweCoordinates {
GType gswe_coordinates_get_type(void);
#define GSWE_TYPE_COORDINATES (gswe_coordinates_get_type())
/**
* GsweHouseData:
* @house: the number of the house (usually in the range [1;12]. Sometimes may
* be [1;36].
* @cusp_position: the position of the house's cusp on the sky
* @sign: the #GsweSignInfo structure associated with the sign in which the
* house cusp is in
*
* Holds information of a given house.
*/
typedef struct {
guint house;
gdouble cusp_position;
GsweSignInfo *sign;
} GsweHouseData;
GType gswe_house_data_get_type(void);
#define GSWE_TYPE_HOUSE_DATA (gswe_house_data_get_type())
#endif /* __SWE_GLIB_GSWE_TYPES_H__ */