Moved GsweSignInfo to its own sources

This commit is contained in:
2013-09-24 00:42:42 +02:00
parent ebeaf1eb4d
commit 39ddb2ee0e
14 changed files with 257 additions and 49 deletions

View File

@@ -249,22 +249,6 @@ typedef enum {
GSWE_MOON_PHASE_DARK
} GsweMoonPhase;
/**
* GsweSignInfo:
* @sign_id: the identifier for this sign
* @name: the name of this sign
* @element: the element of the sign
* @quality: the quality of the sign
*
* Holds information about zodiac signs known by SWE-GLib.
*/
typedef struct {
GsweZodiac sign_id;
gchar *name;
GsweElement element;
GsweQuality quality;
} GsweSignInfo;
/**
* GsweHouseSystemInfo:
* @system: the house system's ID