Renamed GsweAntiscionInfo to GsweAntiscionAxisInfo

This commit is contained in:
2013-09-16 13:18:20 +02:00
parent 123e0c8a65
commit 49ec42eebe
3 changed files with 8 additions and 8 deletions

View File

@@ -312,7 +312,7 @@ typedef struct {
} GsweAspectInfo;
/**
* GsweAntiscionInfo:
* GsweAntiscionAxisInfo:
* @axis_id: the identifier of this mirror's axis
* @start_sign: represents the sign in whict the mirror axis starts
* @name: the name of the mirror
@@ -323,7 +323,7 @@ typedef struct {
GsweSignInfo *start_sign;
gchar *name;
gboolean middle_axis;
} GsweAntiscionInfo;
} GsweAntiscionAxisInfo;
/**
* GsweMoonPhaseData:
@@ -422,7 +422,7 @@ GType gswe_aspect_data_get_type(void);
* @planet1: the first planet in the antiscion
* @planet2: the second planet in the antiscion
* @axis: the axis on which this antiscion is
* @antiscion_info: the #GsweAntiscionInfo structure associated with this
* @antiscion_info: the #GsweAntiscionAxisInfo structure associated with this
* antiscion
* @difference: the difference in degrees between an exact antiscion and this
* given antiscion
@@ -431,7 +431,7 @@ typedef struct {
GswePlanetData *planet1;
GswePlanetData *planet2;
GsweAntiscionAxis axis;
GsweAntiscionInfo *antiscion_info;
GsweAntiscionAxisInfo *antiscion_info;
gdouble difference;
} GsweAntiscionData;