Add constructor ag_chart_new_preview()

It creates a new AgChart object with Sun as the only added planet.
This commit is contained in:
2014-09-27 22:38:59 +02:00
parent 2ed2718514
commit 02fcb0ad93
2 changed files with 33 additions and 0 deletions

View File

@@ -79,6 +79,12 @@ AgChart *ag_chart_new_full(GsweTimestamp *timestamp,
gdouble altitude,
GsweHouseSystem house_system);
AgChart *ag_chart_new_preview(GsweTimestamp *timestamp,
gdouble longitude,
gdouble latitude,
gdouble altitude,
GsweHouseSystem house_system);
AgChart *ag_chart_load_from_agc(GFile *file,
GError **err);