Renamed gswe_moment_get_mirror_mirrorpoints() to gswe_moment_get_mirror_all_aspects()
Just to make the API to seem consistent.
This commit is contained in:
parent
da2aa0c5f0
commit
a1d17fde77
@ -907,7 +907,7 @@ gswe_moment_get_all_planet_mirrorpoints(GsweMoment *moment, GswePlanet planet)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gswe_moment_get_mirror_mirrorpoints:
|
* gswe_moment_get_mirror_all_mirrorpoints:
|
||||||
* @moment: The GsweMoment object to operate on.
|
* @moment: The GsweMoment object to operate on.
|
||||||
* @mirror: The mirror on which you want to search for mirrored planets.
|
* @mirror: The mirror on which you want to search for mirrored planets.
|
||||||
*
|
*
|
||||||
@ -919,7 +919,7 @@ gswe_moment_get_all_planet_mirrorpoints(GsweMoment *moment, GswePlanet planet)
|
|||||||
* no mirrored planets on the given mirror, returns NULL.
|
* no mirrored planets on the given mirror, returns NULL.
|
||||||
*/
|
*/
|
||||||
GList *
|
GList *
|
||||||
gswe_moment_get_mirror_mirrorpoints(GsweMoment *moment, GsweMirror mirror)
|
gswe_moment_get_mirror_all_mirrorpoints(GsweMoment *moment, GsweMirror mirror)
|
||||||
{
|
{
|
||||||
GList *ret = NULL,
|
GList *ret = NULL,
|
||||||
*mirror_l;
|
*mirror_l;
|
||||||
|
@ -166,7 +166,7 @@ GList *gswe_moment_get_all_aspects(GsweMoment *moment);
|
|||||||
GList *gswe_moment_get_planet_aspects(GsweMoment *moment, GswePlanet planet);
|
GList *gswe_moment_get_planet_aspects(GsweMoment *moment, GswePlanet planet);
|
||||||
GList *gswe_moment_get_all_mirrorpoints(GsweMoment *moment);
|
GList *gswe_moment_get_all_mirrorpoints(GsweMoment *moment);
|
||||||
GList *gswe_moment_get_all_planet_mirrorpoints(GsweMoment *moment, GswePlanet planet);
|
GList *gswe_moment_get_all_planet_mirrorpoints(GsweMoment *moment, GswePlanet planet);
|
||||||
GList *gswe_moment_get_mirror_mirrorpoints(GsweMoment *moment, GsweMirror mirror);
|
GList *gswe_moment_get_mirror_all_mirrorpoints(GsweMoment *moment, GsweMirror mirror);
|
||||||
GList *gswe_moment_get_mirror_planet_mirrorpoints(GsweMoment *moment, GsweMirror mirror, GswePlanet planet);
|
GList *gswe_moment_get_mirror_planet_mirrorpoints(GsweMoment *moment, GsweMirror mirror, GswePlanet planet);
|
||||||
|
|
||||||
GType gswe_moon_phase_data_get_type(void);
|
GType gswe_moon_phase_data_get_type(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user