Moved GswePlanetInfo to its own sources

This commit is contained in:
2013-09-24 00:00:58 +02:00
parent 886ff03353
commit ebeaf1eb4d
13 changed files with 348 additions and 134 deletions

View File

@@ -62,6 +62,7 @@ IGNORE_HFILES = \
swe-glib-private.h \
gswe-enumtypes.h \
gswe-moon-phase-data-private.h \
gswe-planet-info-private.h \
gswe-planet-data-private.h \
gswe-aspect-info-private.h \
gswe-aspect-data-private.h \

View File

@@ -19,6 +19,7 @@
<chapter>
<title>SWE-GLib</title>
<xi:include href="xml/gswe-types.xml"/>
<xi:include href="xml/gswe-planet-info.xml" />
<xi:include href="xml/gswe-planet-data.xml" />
<xi:include href="xml/gswe-moon-phase-data.xml"/>
<xi:include href="xml/gswe-aspect-data.xml" />

View File

@@ -55,6 +55,20 @@ GSWE_TYPE_MOON_PHASE_DATA
gswe_moon_phase_data_get_type
</SECTION>
<SECTION>
<FILE>gswe-planet-info</FILE>
GswePlanetInfo
gswe_planet_info_get_name
gswe_planet_info_get_orb
gswe_planet_info_get_planet
gswe_planet_info_get_points
gswe_planet_info_get_real_body
gswe_planet_info_get_sweph_id
<SUBSECTION Standard>
GSWE_TYPE_PLANET_INFO
gswe_planet_info_get_type
</SECTION>
<SECTION>
<FILE>gswe-planet-data</FILE>
GswePlanetData
@@ -175,7 +189,6 @@ GsweElement
GsweQuality
GsweHouseSystem
GsweMoonPhase
GswePlanetInfo
GsweSignInfo
GsweHouseSystemInfo
GsweCoordinates
@@ -191,9 +204,7 @@ gswe_house_data_get_type
<FILE>swe-glib</FILE>
gswe_init
<SUBSECTION Standard>
GSWE_TYPE_PLANET_INFO
GSWE_TYPE_SIGN_INFO
gswe_planet_info_get_type
gswe_sign_info_get_type
</SECTION>