From 9a788f8164df70d341dfc5ae626feae22e8627b9 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 23 Sep 2013 20:16:28 +0200 Subject: [PATCH] Fixed MoonPhaseData related errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Added missing include in swe-glib.h • Fixed @include in GsweMoonPhaseData section documentation --- src/gswe-moon-phase-data.c | 2 +- src/swe-glib.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gswe-moon-phase-data.c b/src/gswe-moon-phase-data.c index b2e9b72..ff6ace8 100644 --- a/src/gswe-moon-phase-data.c +++ b/src/gswe-moon-phase-data.c @@ -25,7 +25,7 @@ * @short_description: a structure representing the phase of the Moon * @title: GsweMoonPhaseData * @stability: Stable - * @include: swe-glib/swe-glib.h + * @include: swe-glib.h * @see_also: #GsweMoonPhase * * #GsweMoonPhaseData is a structure that represents the actual phase of the diff --git a/src/swe-glib.h b/src/swe-glib.h index beceaf0..31c3b35 100644 --- a/src/swe-glib.h +++ b/src/swe-glib.h @@ -20,6 +20,7 @@ #include #include "gswe-types.h" +#include "gswe-moon-phase-data.h" #include "gswe-aspect-data.h" #include "gswe-timestamp.h" #include "gswe-moment.h"