From a5a29c7c331f2f53eb8caff463cd44009b5e60d6 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 22 Sep 2013 23:46:54 +0200 Subject: [PATCH] Added GSWE_MOON_PHASE_NONE as a new Moon phase !!!ABI BREAKAGE!!! --- src/gswe-types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gswe-types.h b/src/gswe-types.h index 10443ca..129dbd0 100644 --- a/src/gswe-types.h +++ b/src/gswe-types.h @@ -223,6 +223,7 @@ typedef enum { /** * GsweMoonPhase: + * @GSWE_MOON_PHASE_NONE: Moon phase is not defined * @GSWE_MOON_PHASE_NEW: New Moon * @GSWE_MOON_PHASE_WAXING_CRESCENT: Waxing crescent Moon * @GSWE_MOON_PHASE_WAXING_HALF: First half @@ -236,6 +237,7 @@ typedef enum { * The phases of the Moon. */ typedef enum { + GSWE_MOON_PHASE_NONE, GSWE_MOON_PHASE_NEW, GSWE_MOON_PHASE_WAXING_CRESCENT, GSWE_MOON_PHASE_WAXING_HALF,