Moved GsweSignInfo to its own sources
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user