Fixed MoonPhaseData related errors
• Added missing include in swe-glib.h • Fixed @include in GsweMoonPhaseData section documentation
This commit is contained in:
parent
8044519535
commit
9a788f8164
@ -25,7 +25,7 @@
|
|||||||
* @short_description: a structure representing the phase of the Moon
|
* @short_description: a structure representing the phase of the Moon
|
||||||
* @title: GsweMoonPhaseData
|
* @title: GsweMoonPhaseData
|
||||||
* @stability: Stable
|
* @stability: Stable
|
||||||
* @include: swe-glib/swe-glib.h
|
* @include: swe-glib.h
|
||||||
* @see_also: #GsweMoonPhase
|
* @see_also: #GsweMoonPhase
|
||||||
*
|
*
|
||||||
* #GsweMoonPhaseData is a structure that represents the actual phase of the
|
* #GsweMoonPhaseData is a structure that represents the actual phase of the
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include "gswe-types.h"
|
#include "gswe-types.h"
|
||||||
|
#include "gswe-moon-phase-data.h"
|
||||||
#include "gswe-aspect-data.h"
|
#include "gswe-aspect-data.h"
|
||||||
#include "gswe-timestamp.h"
|
#include "gswe-timestamp.h"
|
||||||
#include "gswe-moment.h"
|
#include "gswe-moment.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user