Renamed function gswe_moment_get_planets() to gswe_moment_get_all_planets()
This commit is contained in:
parent
f76341930c
commit
c8753f49be
@ -705,7 +705,7 @@ gswe_moment_calculate_all_planets(GsweMoment *moment)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gswe_moment_get_planets:
|
* gswe_moment_get_all_planets:
|
||||||
* @moment: The GsweMoment to operate on
|
* @moment: The GsweMoment to operate on
|
||||||
*
|
*
|
||||||
* Get all the planets added to @moment.
|
* Get all the planets added to @moment.
|
||||||
@ -713,7 +713,7 @@ gswe_moment_calculate_all_planets(GsweMoment *moment)
|
|||||||
* Returns: (element-type GswePlanetData) (transfer none): A #GList of #GswePlanetData.
|
* Returns: (element-type GswePlanetData) (transfer none): A #GList of #GswePlanetData.
|
||||||
*/
|
*/
|
||||||
GList *
|
GList *
|
||||||
gswe_moment_get_planets(GsweMoment *moment)
|
gswe_moment_get_all_planets(GsweMoment *moment)
|
||||||
{
|
{
|
||||||
return moment->priv->planet_list;
|
return moment->priv->planet_list;
|
||||||
}
|
}
|
||||||
|
@ -136,7 +136,7 @@ gint gswe_moment_get_house(GsweMoment *moment, gdouble position, GError **err);
|
|||||||
gboolean gswe_moment_has_planet(GsweMoment *moment, GswePlanet planet);
|
gboolean gswe_moment_has_planet(GsweMoment *moment, GswePlanet planet);
|
||||||
void gswe_moment_add_planet(GsweMoment *moment, GswePlanet planet);
|
void gswe_moment_add_planet(GsweMoment *moment, GswePlanet planet);
|
||||||
void gswe_moment_add_all_planets(GsweMoment *moment);
|
void gswe_moment_add_all_planets(GsweMoment *moment);
|
||||||
GList *gswe_moment_get_planets(GsweMoment *moment);
|
GList *gswe_moment_get_all_planets(GsweMoment *moment);
|
||||||
const GswePlanetData *gswe_moment_get_planet(GsweMoment *moment, GswePlanet planet, GError **err);
|
const GswePlanetData *gswe_moment_get_planet(GsweMoment *moment, GswePlanet planet, GError **err);
|
||||||
guint gswe_moment_get_element_points(GsweMoment *moment, GsweElement element);
|
guint gswe_moment_get_element_points(GsweMoment *moment, GsweElement element);
|
||||||
guint gswe_moment_get_quality_points(GsweMoment *moment, GsweQuality quality);
|
guint gswe_moment_get_quality_points(GsweMoment *moment, GsweQuality quality);
|
||||||
|
Loading…
Reference in New Issue
Block a user