Added GSWE_MOON_PHASE_NONE as a new Moon phase

!!!ABI BREAKAGE!!!
This commit is contained in:
Gergely Polonkai 2013-09-22 23:46:54 +02:00
parent fc6f7ea159
commit a5a29c7c33
1 changed files with 2 additions and 0 deletions

View File

@ -223,6 +223,7 @@ typedef enum {
/** /**
* GsweMoonPhase: * GsweMoonPhase:
* @GSWE_MOON_PHASE_NONE: Moon phase is not defined
* @GSWE_MOON_PHASE_NEW: New Moon * @GSWE_MOON_PHASE_NEW: New Moon
* @GSWE_MOON_PHASE_WAXING_CRESCENT: Waxing crescent Moon * @GSWE_MOON_PHASE_WAXING_CRESCENT: Waxing crescent Moon
* @GSWE_MOON_PHASE_WAXING_HALF: First half * @GSWE_MOON_PHASE_WAXING_HALF: First half
@ -236,6 +237,7 @@ typedef enum {
* The phases of the Moon. * The phases of the Moon.
*/ */
typedef enum { typedef enum {
GSWE_MOON_PHASE_NONE,
GSWE_MOON_PHASE_NEW, GSWE_MOON_PHASE_NEW,
GSWE_MOON_PHASE_WAXING_CRESCENT, GSWE_MOON_PHASE_WAXING_CRESCENT,
GSWE_MOON_PHASE_WAXING_HALF, GSWE_MOON_PHASE_WAXING_HALF,