From 89d4b27f7bae73e7518980f8b7691c5c1ba47aae Mon Sep 17 00:00:00 2001 From: "Gergely POLONKAI (W00d5t0ck)" Date: Sun, 1 Sep 2013 16:06:25 +0200 Subject: [PATCH] Added GswePlanetInfo.sweph_id for Swiss Ephemeris planet IDs --- swe-glib/src/gswe-types.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/swe-glib/src/gswe-types.h b/swe-glib/src/gswe-types.h index 70f3bfb..38babaa 100644 --- a/swe-glib/src/gswe-types.h +++ b/swe-glib/src/gswe-types.h @@ -60,6 +60,8 @@ typedef enum { /** * GswePlanetInfo: * @planet: the planet ID + * @sweph_id: the planet ID according to the Swiss Ephemeris libarary + * (or -1, if the planet has no such ID) * @orb: the planet's “personal” orb * @name: the planet's name * @domicile_sign_1: the first sign in which the planet is domicile @@ -71,6 +73,7 @@ typedef enum { */ typedef struct { GswePlanet planet; + gint sweph_id; gdouble orb; gchar *name; GsweZodiac domicile_sign_1;