Moved GsweAntiscionData to its own source files

This commit is contained in:
2013-09-23 22:27:18 +02:00
parent eb5b3fff5d
commit 6ee6650d84
14 changed files with 275 additions and 60 deletions

View File

@@ -62,9 +62,11 @@ IGNORE_HFILES = \
swe-glib-private.h \
gswe-enumtypes.h \
gswe-moon-phase-data-private.h \
gswe-planet-data-private.h \
gswe-aspect-info-private.h \
gswe-aspect-data-private.h \
gswe-planet-data-private.h
gswe-antiscion-data-private.h \
$(NULL)
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png

View File

@@ -23,6 +23,7 @@
<xi:include href="xml/gswe-moon-phase-data.xml"/>
<xi:include href="xml/gswe-aspect-data.xml" />
<xi:include href="xml/gswe-aspect-info.xml" />
<xi:include href="xml/gswe-antiscion-data.xml" />
<xi:include href="xml/swe-glib.xml"/>
<xi:include href="xml/gswe-moment.xml"/>
<xi:include href="xml/gswe-timestamp.xml"/>

View File

@@ -97,6 +97,19 @@ GSWE_TYPE_ASPECT_DATA
gswe_aspect_data_get_type
</SECTION>
<SECTION>
<FILE>gswe-antiscion-data</FILE>
GsweAntiscionData
gswe_antiscion_data_get_antiscion_axis_info
gswe_antiscion_data_get_axis
gswe_antiscion_data_get_difference
gswe_antiscion_data_get_planet1
gswe_antiscion_data_get_planet2
<SUBSECTION Standard>
GSWE_TYPE_ANTISCION_DATA
gswe_antiscion_data_get_type
</SECTION>
<SECTION>
<FILE>gswe-timestamp</FILE>
<TITLE>GsweTimestamp</TITLE>
@@ -156,12 +169,9 @@ GsweHouseSystemInfo
GsweAntiscionAxisInfo
GsweCoordinates
GsweHouseData
GsweAntiscionData
<SUBSECTION Standard>
GSWE_TYPE_ANTISCION_DATA
GSWE_TYPE_COORDINATES
GSWE_TYPE_HOUSE_DATA
gswe_antiscion_data_get_type
gswe_coordinates_get_type
gswe_house_data_get_type
</SECTION>